Example #1
0
 public static ConfigReader GetInstance(string cfgFile)
 {
     Instance = new ConfigReader(cfgFile);
     return Instance;
 }
Example #2
0
 public static ConfigReader GetInstance(string cfgFile)
 {
     Instance = new ConfigReader(cfgFile);
     return(Instance);
 }