Exemplo n.º 1
0
		private void Application_Startup(object sender, StartupEventArgs e)
		{
			Bootstrapper_SL bootstrapper = new Bootstrapper_SL();
			bootstrapper.Run();
		}
Exemplo n.º 2
0
        private void Application_Startup(object sender, StartupEventArgs e)
        {
            Bootstrapper_SL bootstrapper = new Bootstrapper_SL();

            bootstrapper.Run();
        }