예제 #1
0
 protected virtual void Application_Start(Object sender, EventArgs e)
 {
     var appHost = new AppHost();
     appHost.Init();
 }