Exemplo n.º 1
0
 private static String ExecuteNirCmd(String args)
 {
     return(ConsoleAppRunner.Execute(APP_NIRCMD, args));
 }
Exemplo n.º 2
0
 private static String ExecutePowerCfg(String args)
 {
     return(ConsoleAppRunner.Execute(APP_POWERCFG, args));
 }