示例#1
0
        public void Alert(string title, string msg, Form_Alert.enmType type)
        {
            Form_Alert frm = new Form_Alert();

            frm.showAlert(title, msg, type);
        }
示例#2
0
        public void Alert(string message, Form_Alert.enmType type)
        {
            Form_Alert frm = new Form_Alert();

            frm.showAlert(message, type);
        }