Example #1
0
 private void im_Exit_MouseDown(object sender, MouseButtonEventArgs e)
 {
     Data.applicationClosing();
 }
Example #2
0
 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     Data.applicationClosing();
 }
Example #3
0
 private void Label_MouseDown(object sender, MouseButtonEventArgs e)
 {
     this.Hide();
     Data.pushWindow(this);
     WMenuMain.Instance.Show();
 }