コード例 #1
0
ファイル: Structs.cs プロジェクト: zpw987/Teteris
 public BoxEventArgs(Box box)
 {
     this.box = box;
 }