Exemplo n.º 1
0
 public static ConfigReader GetInstance(string cfgFile)
 {
     Instance = new ConfigReader(cfgFile);
     return Instance;
 }
Exemplo n.º 2
0
 public static ConfigReader GetInstance(string cfgFile)
 {
     Instance = new ConfigReader(cfgFile);
     return(Instance);
 }