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

            frm.showAlert(msg, type);
        }
        public void Alert(string msg, NotifyUI.enmType type)
        {
            var frm = new UnknownVPN.NotifyUI();

            frm.showAlert(msg, type);
        }