Exemplo n.º 1
0
 public GameViewTakeoutFormationEventArgs(ILandlordsGameView view, IFormation formation)
 {
     _view      = view;
     _formation = formation;
 }
Exemplo n.º 2
0
 public GameViewEventArgs(ILandlordsGameView view)
 {
     _view = view;
 }