コード例 #1
0
 private void EnableFields()
 {
     ControlUtil.EnableTextBoxes(this._txtName, this._txtAddress);
     this._txtPhone.ReadOnly = false;
     ControlUtil.EnableComboBoxes(this._cmbZone, this._cmbType);
 }