Exemple #1
0
        private void LoadWaypointViewer()
        {
            var waypointForm = new WaypointForm();

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

            xform1.Show();
        }