コード例 #1
0
ファイル: BaseUserControl.cs プロジェクト: gvhung/nokta-crm
 public int VInt(string Key, int DefaultValue)
 {
     return(ThisPage.VInt(Key, DefaultValue));
 }
コード例 #2
0
ファイル: BaseUserControl.cs プロジェクト: gvhung/nokta-crm
 public int VInt(string Key)
 {
     return(ThisPage.VInt(Key));
 }