public static void Command_ForceRestore() { _gui.DrawTitle(AppName, "Force restoring process priorities to Normal.", null, true); _gui.DrawSubtitleText(string.Format("\n{0} processes affected by the force-restore.", Optimizer.ForceRestoreToNormal())); _gui.DrawContentText(Text_PressAnyKeyToGoBack, false); Console.ReadKey(); }
public static void Command_Restore() { _gui.DrawTitle(AppName, "Restoring", null, true); _gui.DrawSubtitleText(string.Format("\nCompleted {0} restore operations.", Optimizer.Restore())); _gui.DrawContentText(Text_PressAnyKeyToGoBack, false); Console.ReadKey(); }