public static void Show(FrameworkElement Owner, string robotList) { WinNTP wid = new WinNTP(Owner, robotList); wid.ShowDialog(); return; }
public static void Show(this FrameworkElement Owner, string robotList) { WinNTP.Show(Owner, robotList); }