예제 #1
0
 public ShowingView(Showing model)
 {
     InitializeComponent();
     DataContext = new ShowingViewModel(model);
     _this       = this;
 }
예제 #2
0
 public ShowingView()
 {
     InitializeComponent();
     _this = this;
 }