コード例 #1
0
 public static ConfigModel Refresh()
 {
     _config = GetModel();
     return _config;
 }
コード例 #2
0
 static ConfigUtils()
 {
     _config = GetModel();
 }