Exemplo n.º 1
0
 private void btnRemove_Click(object sender, EventArgs e)
 {
     if (txtnvMSNV.Text != string.Empty)
     {
         employeeBO.isDelete(txtnvMSNV.Text);
         ResetFormEmployee();
     }
 }