Exemplo n.º 1
0
 private void ExecuteRestartAppCommand()
 {
     ProcStarter.Restart();
 }
Exemplo n.º 2
0
 private void ExecuteErrorReportCommand()
 {
     ProcStarter.Start("https://github.com/TheSylence/GSD/issues");
 }