Exemplo n.º 1
0
 public static int GetInt(string key)
 {
     return(UEConfig.GetValue <int>(key));
 }
Exemplo n.º 2
0
 public static string GetString(string key)
 {
     return(UEConfig.GetValue <string>(key));
 }