Ejemplo n.º 1
0
        private RFID rfid; //Declare an RFID object

        #endregion Fields

        #region Constructors

        public Form1()
        {
            InitializeComponent();
            errorBox = new ErrorEventBox();
        }
Ejemplo n.º 2
0
 public Form1()
 {
     InitializeComponent();
     errorBox = new ErrorEventBox();
 }
Ejemplo n.º 3
0
 public Form1()
 {
     InitializeComponent();
     errorBox    = new ErrorEventBox();
     this.Bounds = new Rectangle(this.Location, new Size(298, 433));
 }
Ejemplo n.º 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));
        }