Ejemplo n.º 1
0
 public CairoPreview(ITranslations translations, PlayerHistory history)
 {
     view = new PlayerHistoryView(translations, history);
 }
Ejemplo n.º 2
0
 public CairoPreview(PlayerHistory history)
 {
     view = new PlayerHistoryView(history);
 }