Пример #1
0
        public static void Show(FrameworkElement Owner, string robotList)
        {
            WinMSG wid = new WinMSG(Owner, robotList);

            wid.ShowDialog();
            return;
        }