コード例 #1
0
ファイル: Grant_Role.cs プロジェクト: hongson2k/Management
        public void Alert_GrantUser(string msg, Form_Alert.enmType type)
        {
            Form_Alert frm = new Form_Alert();

            frm.showAlert(msg, type);
        }
コード例 #2
0
        public void Alert_DropRole(string msg, Form_Alert.enmType type)
        {
            Form_Alert frm = new Form_Alert();

            frm.showAlert(msg, type);
        }
コード例 #3
0
ファイル: View_Detail.cs プロジェクト: hongson2k/Management
        public void Alert_ViewDetail(string msg, Form_Alert.enmType type)
        {
            Form_Alert frm = new Form_Alert();

            frm.showAlert(msg, type);
        }