示例#1
0
 public static void Run()
 {
     if (_initApp == null)
     {
         lock (lockObj)
         {
             _initApp = new InitApp();
             _initApp.InitAppRun();
         }
     }
 }
示例#2
0
 protected virtual void Application_Start(object sender, EventArgs e)
 {
     InitApp.Run();
 }