示例#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();
 }