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

        #endregion Fields

        #region Constructors

        public Form1()
        {
            InitializeComponent();
            errorBox = new ErrorEventBox();
        }
예제 #3
0
 public Form1()
 {
     InitializeComponent();
     errorBox = new ErrorEventBox();
     rowTextStorage = new string[2, 4];
 }
예제 #4
0
 public Form1()
 {
     InitializeComponent();
     errorBox = new ErrorEventBox();
 }