public void SetHull(Hull hull) { m_hull = hull; }
public MainWindow() { InitializeComponent(); myHull = new Hull(); }