public static void Show(FrameworkElement Owner, RobotInfo infoPrev) { CarEdit wid = new CarEdit(Owner, infoPrev); wid.ShowDialog(); return; }
public static void Show(this FrameworkElement Owner, RobotInfo infoPrev) { CarEdit.Show(Owner, infoPrev); }