Exemplo n.º 1
0
        //When the View Reservation Report Button is Clicked
        private void btnReservationRpt_Click(object sender, RoutedEventArgs e)
        {
            Reservation_Report Report = new Reservation_Report();

            Report.Show();
            this.Close();
        }