Exemplo n.º 1
0
 public BXH(Playerlist x)
 {
     listP = x;
 }
Exemplo n.º 2
0
 public override void SetPlayerlist(Playerlist l)
 {
     danhSachNguoiChoi = l;
 }
Exemplo n.º 3
0
 public abstract void SetPlayerlist(Playerlist l);
Exemplo n.º 4
0
 public override void SetPlayerlist(Playerlist l)
 {
     throw new NotImplementedException();
 }