private void LoadWaypointViewer() { var waypointForm = new WaypointForm(); waypointForm.Show(); Hide(); }
private void barButtonWaypoint_ItemClick(object sender, ItemClickEventArgs e) { WaypointForm xform1 = new WaypointForm(_FlexSys) { MdiParent = this }; xform1.Show(); }