コード例 #1
0
 public ClientFormController(ClientForm form, Operation operation)
 {
     this.form = form;
     form.SetController(this);
     this.operation = operation;
     SetFormTitle();
     SetTextBoxesState();
 }
コード例 #2
0
 public ClientFormController(ClientForm form)
 {
     this.form = form;
     form.SetController(this);
 }