Instantly share code, notes, and snippets.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Strict On | |
'Group 3 | |
'Rachel Chen, Precious Price, Liane Yue | |
'Final Project - Interface - 10/18/16 | |
'Images sourced from: http://www.metropolehotel.com/ | |
Public Class frmHotelMetropoleMainMenu | |
Private Sub frmHotelMetropoleMainMenu_Load(sender As Object, e As EventArgs) Handles MyBase.Load | |
End Sub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Strict On | |
Public Class frmHotelMetropoleMainMenu | |
Private Sub frmHotelMetropoleMainMenu_Load(sender As Object, e As EventArgs) Handles MyBase.Load | |
End Sub | |
Private Sub lnkNewReservation_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles lnkNewReservation.LinkClicked | |
'Link to New Reservation Report | |
End Sub |