Example #1
0
        void OnApplicationStartup(object sender, StartupEventArgs e)
        {
            var bootstrapper = new Bootstrapper();

            bootstrapper.Run();
        }
Example #2
0
 void OnApplicationStartup(object sender, StartupEventArgs e)
 {
     var bootstrapper = new Bootstrapper();
     bootstrapper.Run();
 }