Ejemplo n.º 1
0
        public void Alert_GrantUser(string msg, Form_Alert.enmType type)
        {
            Form_Alert frm = new Form_Alert();

            frm.showAlert(msg, type);
        }
Ejemplo n.º 2
0
        public void Alert_DropRole(string msg, Form_Alert.enmType type)
        {
            Form_Alert frm = new Form_Alert();

            frm.showAlert(msg, type);
        }
Ejemplo n.º 3
0
        public void Alert_ViewDetail(string msg, Form_Alert.enmType type)
        {
            Form_Alert frm = new Form_Alert();

            frm.showAlert(msg, type);
        }