예제 #1
0
 public EditForm(Book.Model.Tables tm, string action)
     : this()
 {
     this.tablem = tm;
     this.action = action;
 }
예제 #2
0
 public EditForm(Book.Model.Tables tm)
     : this()
 {
     this.tablem = tm;
     this.action = "update";
 }