Exemple #1
0
 public int QInt(string Key, int DefaultValue)
 {
     return(ThisPage.QInt(Key, DefaultValue));
 }
Exemple #2
0
 public int QInt(string Key)
 {
     return(ThisPage.QInt(Key));
 }