Ejemplo n.º 1
0
 /// <summary>
 /// Prepares program for exit, saving stuff, closing hooks etc
 /// </summary>
 void PrepareProgramForExit(object sender = null, EventArgs e = null)
 {
     _hooks.DisableHooks();
     //_input.SaveFiles();
 }