예제 #1
0
파일: Groups.cs 프로젝트: ATOM-Games/Fon
 public Groups(MyTable t)
 {
     InitializeComponent();
     Mt = t;
     Mt.thLish.AddGroup(this);
 }