Ejemplo n.º 1
0
 private void CmdShutdownWithFasterStart(object sender, RoutedEventArgs e)
 {
     try
     {
         StartShutDown(StringEnumValue.GetStringValue(ShutdownParameter.ShutdownWithFasterStart));
     }
     catch (Exception)
     {
     }
 }
Ejemplo n.º 2
0
 private void CmdLogOff(object sender, RoutedEventArgs e)
 {
     try
     {
         StartShutDown(StringEnumValue.GetStringValue(ShutdownParameter.LogOff));
     }
     catch (Exception)
     {
     }
 }