예제 #1
0
파일: Structs.cs 프로젝트: zpw987/Teteris
 public BoxEventArgs(Box box)
 {
     this.box = box;
 }