Esempio n. 1
0
 public Form1()
 {
     InitializeComponent();
     errorBox       = new ErrorEventBox();
     rowTextStorage = new string[2, 4];
 }
Esempio n. 2
0
        private TextLCD lcd; //Declare a textLCD object

        #endregion Fields

        #region Constructors

        public Form1()
        {
            InitializeComponent();
            errorBox = new ErrorEventBox();
        }
Esempio n. 3
0
 public Form1()
 {
     InitializeComponent();
     errorBox = new ErrorEventBox();
     rowTextStorage = new string[2, 4];
 }
Esempio n. 4
0
 public Form1()
 {
     InitializeComponent();
     errorBox = new ErrorEventBox();
 }