WmAutoUpdate.Updater.restartApp C# (CSharp) Méthode

restartApp() private méthode

private restartApp ( ) : void
Résultat void
        private void restartApp()
        {
            SystemTime timeToLaunch = new SystemTime(DateTime.Now.AddSeconds(11));
              bool res = CeRunAppAtTime(callingAssembly.GetName().CodeBase, ref timeToLaunch);

              Application.Exit();
        }