public Form1() { InitializeComponent(); errorBox = new ErrorEventBox(); rowTextStorage = new string[2, 4]; }
private TextLCD lcd; //Declare a textLCD object #endregion Fields #region Constructors public Form1() { InitializeComponent(); errorBox = new ErrorEventBox(); }
public Form1() { InitializeComponent(); errorBox = new ErrorEventBox(); }