Beispiel #1
0
        public static void SelfUpdate()
        {
            if (Debugger.IsAttached)
            {
                return;
            }
            FormSelfUpdater frmSU = new FormSelfUpdater();

            frmSU.ShowDialog();
        }
Beispiel #2
0
 public static void SelfUpdate()
 {
     if (Debugger.IsAttached) return;
     FormSelfUpdater frmSU = new FormSelfUpdater();
     frmSU.ShowDialog();
 }