Ejemplo n.º 1
0
 public static ConfigModel Refresh()
 {
     _config = GetModel();
     return _config;
 }
Ejemplo n.º 2
0
 static ConfigUtils()
 {
     _config = GetModel();
 }