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