Exemple #1
0
        public static void Alert(string msg, AlertForm.enmType type)
        {
            AlertForm frm = new AlertForm();

            frm.showAlert(msg, type);
        }