Ejemplo n.º 1
0
        public void ShowMsg(string msg, int type)
        {
            var winMsg = new WinMsg(msg, type)
            {
                Owner = this, Topmost = true
            };

            winMsg.Show();
        }