Example #1
0
 public ShowFilm(Model.Film film = null)
 {
     InitializeComponent();
     CurrentFilm = film;
     Init(film);
 }