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