Beispiel #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            var hostBootstrapper = new DSAClientBootstrapper();

            hostBootstrapper.Run();
        }
        protected override void OnStartup(StartupEventArgs e)
        {
            log4net.Config.XmlConfigurator.Configure();
            Log.Info("Starting Dental Tracking System App...");
            base.OnStartup(e);
            var hostBootstrapper = new DSAClientBootstrapper();

            Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("ro");
            SetAppConfig();
            hostBootstrapper.Run();
        }