Exemple #1
0
 public static VarType Request <VarType>(string Key, VarType def)
 {
     return(ConvertHelper.Convert <VarType>(Request(Key), def));
 }