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

            wid.ShowDialog();
            return;
        }
Пример #2
0
 public static void Show(this FrameworkElement Owner, string robotList)
 {
     WinMSG.Show(Owner, robotList);
 }