Ejemplo n.º 1
0
 private void ChangeButtonText(bool isInsert)
 {
     AbsenceType_Form.createButton.Text = CommonController.ButtonTextChange(isInsert);
 }
Ejemplo n.º 2
0
 private void ChangeButtonText(bool isInsert)
 {
     Employee_Form.btn_create.Text = CommonController.ButtonTextChange(isInsert);
 }