Exemplo n.º 1
0
 public static void LoadAppConfig()
 {
     if (cfgSvc == null)
     {
         cfgSvc = new AppConfigService();
     }
     AppConfig = cfgSvc.Read();
 }
Exemplo n.º 2
0
 public static void LoadAppConfig()
 {
     AppConfig = cfgSvc.Read();
 }