private void ChangeButtonText(bool isInsert) { AbsenceType_Form.createButton.Text = CommonController.ButtonTextChange(isInsert); }
private void ChangeButtonText(bool isInsert) { Employee_Form.btn_create.Text = CommonController.ButtonTextChange(isInsert); }