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