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)); }
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)); }