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