Ejemplo n.º 1
0
        public FormationControl()
        {
            InitializeComponent();

            SwarmInterface = new Formation();

            bindingSource1.DataSource = MainV2.Comports;

            CMB_mavs.DataSource = bindingSource1;

            updateicons();

            this.MouseWheel += new MouseEventHandler(FollowLeaderControl_MouseWheel);

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

            SwarmInterface = new Formation();

            bindingSource1.DataSource = MainV2.Comports;

            CMB_mavs.DataSource = bindingSource1;

            updateicons();

            this.MouseWheel += new MouseEventHandler(FollowLeaderControl_MouseWheel);

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