예제 #1
0
파일: App.xaml.cs 프로젝트: Slesa/Poseidon
        void OnApplicationStartup(object sender, StartupEventArgs e)
        {
            var bootstrapper = new Bootstrapper();

            bootstrapper.Run();
        }
예제 #2
0
파일: App.xaml.cs 프로젝트: Slesa/Poseidon
 void OnApplicationStartup(object sender, StartupEventArgs e)
 {
     var bootstrapper = new Bootstrapper();
     bootstrapper.Run();
 }