예제 #1
0
        private MotorControl motoControl; //Declare a MotorControl object

        #endregion Fields

        #region Constructors

        public Form1()
        {
            InitializeComponent();
            errorBox = new ErrorEventBox();

            //only show motors box until we get an attach
            this.Bounds = new Rectangle(this.Location, new Size(this.Width, 535));
        }
예제 #2
0
        public Form1()
        {
            InitializeComponent();
            errorBox = new ErrorEventBox();

            //only show motors box until we get an attach
            this.Bounds = new Rectangle(this.Location, new Size(this.Width, 535));
        }