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