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