Example #1
0
        public static void Show(FrameworkElement Owner, string robotList)
        {
            WinNTP wid = new WinNTP(Owner, robotList);

            wid.ShowDialog();
            return;
        }
Example #2
0
 public static void Show(this FrameworkElement Owner, string robotList)
 {
     WinNTP.Show(Owner, robotList);
 }