Esempio n. 1
0
 static void Main(string[] args)
 {
     if (args.Length == 1 && args[0] == "-DoUpdate")
     {
         AutoUpdateStarter st = new AutoUpdateStarter();
         st.StartProcessAndWait();
     }
 }
Esempio n. 2
0
 static void Main(string[] args)
 {
     if (args.Length == 1 && args[0] == "-DoUpdate")
     {
         AutoUpdateStarter st = new AutoUpdateStarter();
         st.StartProcessAndWait();
     }
 }