static void Main(string[] args) { ApplicationBootstrapper.Boot(); Test t = new Test(); t.TestMethod(); }
public static void Boot() { ApplicationBootstrapper.Boot(); }