public AddToPoolDialog(DraftPool draftPool, QueryService queryService)
 {
     InitializeComponent();
     this.draftPool = draftPool;
     this.queryService = queryService;
 }
Beispiel #2
0
 public GameState()
 {
     this.Leagues   = new List <League>();
     this.DraftPool = new DraftPool();
 }