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

            frm.showAlert(msg, type);
        }
        //Popup Alert method
        public void ShowAlert(string msg, string subtitle, Alert.enmType type)
        {
            Alert frm = new Alert();

            frm.showAlert(msg, subtitle, type);
        }