public long QLong(string Key, long DefaultValue) { return(ThisPage.QLong(Key, DefaultValue)); }
public long QLong(string Key) { return(ThisPage.QLong(Key)); }