コード例 #1
0
ファイル: Form1.cs プロジェクト: souryavaranasi/launch-tower
        private RFID rfid; //Declare an RFID object

        #endregion Fields

        #region Constructors

        public Form1()
        {
            InitializeComponent();
            errorBox = new ErrorEventBox();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: YakNazim/launch-tower
 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));
        }