예제 #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            try
            {
                base.OnStartup(e);

                var bootstrapper = new Boostrapper();

                bootstrapper.Run();
            }
            catch (Exception)
            {
                throw;
            }
        }
예제 #2
0
        protected override void OnStartup(StartupEventArgs e)
        {
            try
            {
                base.OnStartup(e);

                var bootstrapper = new Boostrapper();

                bootstrapper.Run();
            }
            catch (Exception)
            {
                throw;
            }
        }