Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. private void w_Login_Button_Click(object sender, RoutedEventArgs e) {
  2.  
  3. UserHub main = new UserHub();
  4. App.Current.MainWindow = main;
  5. this.Close();
  6. main.Show();
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement