public void Alert_GrantUser(string msg, Form_Alert.enmType type) { Form_Alert frm = new Form_Alert(); frm.showAlert(msg, type); }
public void Alert_DropRole(string msg, Form_Alert.enmType type) { Form_Alert frm = new Form_Alert(); frm.showAlert(msg, type); }
public void Alert_ViewDetail(string msg, Form_Alert.enmType type) { Form_Alert frm = new Form_Alert(); frm.showAlert(msg, type); }