public ClientFormController(ClientForm form, Operation operation) { this.form = form; form.SetController(this); this.operation = operation; SetFormTitle(); SetTextBoxesState(); }
public ClientFormController(ClientForm form) { this.form = form; form.SetController(this); }