Exemplo n.º 1
0
        public FollowPathControl()
        {
            InitializeComponent();

            SwarmInterface = new FollowPath();

            bindingSource1.DataSource = MainV2.Comports;

            CMB_mavs.DataSource = bindingSource1;

            MessageBox.Show("this is beta, use at own risk");
        }
Exemplo n.º 2
0
        public FollowPathControl()
        {
            InitializeComponent();

            SwarmInterface = new FollowPath();

            bindingSource1.DataSource = MainV2.Comports;

            CMB_mavs.DataSource = bindingSource1;

            MessageBox.Show("this is beta, use at own risk");
        }