private void Guest_Window(MyGuest t) { MyGuestWindow guestWindow = new MyGuestWindow(); guestWindow.Show(); Close(); }
private void ButtonBack_Click(object sender, RoutedEventArgs e) { MyGuestWindow a = new MyGuestWindow(); a.Show(); this.Close(); }