コード例 #1
0
ファイル: EditForm.cs プロジェクト: daobataotie/EDERP
 public EditForm(Book.Model.Tables tm, string action)
     : this()
 {
     this.tablem = tm;
     this.action = action;
 }
コード例 #2
0
ファイル: EditForm.cs プロジェクト: daobataotie/EDERP
 public EditForm(Book.Model.Tables tm)
     : this()
 {
     this.tablem = tm;
     this.action = "update";
 }