예제 #1
0
 private void HibernateButtonClick(object sender, RoutedEventArgs e)
 {
     this.DialogResult = true;
     this.SuspendType  = SuspendType.Hibernate;
     this.Close();
 }
예제 #2
0
 private void ShutdownButtonClick(object sender, RoutedEventArgs e)
 {
     this.DialogResult = true;
     this.SuspendType  = SuspendType.Shutdown;
     this.Close();
 }