Пример #1
0
        private RFID rfid; //Declare an RFID object

        #endregion Fields

        #region Constructors

        public Form1()
        {
            InitializeComponent();
            errorBox = new ErrorEventBox();
        }
Пример #2
0
 public Form1()
 {
     InitializeComponent();
     errorBox = new ErrorEventBox();
 }
Пример #3
0
 public Form1()
 {
     InitializeComponent();
     errorBox    = new ErrorEventBox();
     this.Bounds = new Rectangle(this.Location, new Size(298, 433));
 }
Пример #4
0
        private RFID rfid; //Declare an RFID object

        #endregion Fields

        #region Constructors

        public Form1()
        {
            InitializeComponent();
            errorBox = new ErrorEventBox();
            this.Bounds = new Rectangle(this.Location, new Size(298, 433));
        }