コード例 #1
0
ファイル: Form1.cs プロジェクト: YakNazim/launch-tower
 public Form1()
 {
     InitializeComponent();
     errorBox    = new ErrorEventBox();
     this.Bounds = new Rectangle(this.Location, new Size(298, 386));
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: DutchSoldier/FHSICT
 public Form1()
 {
     InitializeComponent();
     errorBox = new ErrorEventBox();
     this.Bounds = new Rectangle(this.Location, new Size(298, 386));
 }