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