예제 #1
0
파일: Program.cs 프로젝트: coder210/Lazynet
 static void Main(string[] args)
 {
     LazynetAppManager
     .GetInstance()
     .Builder();
     Console.ReadKey();
 }
예제 #2
0
 static LazynetAppManager()
 {
     appManager = new LazynetAppManager();
 }