public ShowingView(Showing model) { InitializeComponent(); DataContext = new ShowingViewModel(model); _this = this; }
public ShowingView() { InitializeComponent(); _this = this; }