Пример #1
0
 void options_RequestRestart(object sender, EventArgs e)
 {
     standaloneController.restartWithWarning(null, false, false);
 }
Пример #2
0
 public override void clicked()
 {
     standaloneController.restartWithWarning("Restarting Anomalous Medical will lose all unsaved data. Are you sure you wish to continue?", autoStartPlatformUpdate, asAdmin);
 }