예제 #1
0
        static void Main(string[] args)
        {
            ApplicationBootstrapper.Boot();
            Test t = new Test();

            t.TestMethod();
        }
예제 #2
0
 public static void Boot()
 {
     ApplicationBootstrapper.Boot();
 }