示例#1
0
 public static Configs NewInstance()
 {
     return(_newInstance ?? (_newInstance = new Configs()));
 }
示例#2
0
 public Configs()
 {
     _newInstance = this;
     _token       = AppData.GetValue <string>(TOKEN_KEY);
 }