Exemplo n.º 1
0
        static void Main(string[] args)
        {
            ApplicationBootstrapper.Boot();
            Test t = new Test();

            t.TestMethod();
        }
Exemplo n.º 2
0
 public static void Boot()
 {
     ApplicationBootstrapper.Boot();
 }