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