예제 #1
0
 public BXH(Playerlist x)
 {
     listP = x;
 }
예제 #2
0
 public override void SetPlayerlist(Playerlist l)
 {
     danhSachNguoiChoi = l;
 }
예제 #3
0
 public abstract void SetPlayerlist(Playerlist l);
예제 #4
0
 public override void SetPlayerlist(Playerlist l)
 {
     throw new NotImplementedException();
 }