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