예제 #1
0
        static App()
        {
            XmlConfigurator.Configure();
            Logger = LogManager.GetLogger("default");

            // Create service model to ensure available services
            ServiceInjector.InjectServices();
        }
예제 #2
0
파일: App.xaml.cs 프로젝트: RyanFu/MLib
 static App()
 {
     // Create service model to ensure available services
     ServiceInjector.InjectServices();
 }