示例#1
0
文件: Structs.cs 项目: zpw987/Teteris
 public BoxEventArgs(Box box)
 {
     this.box = box;
 }