Beispiel #1
0
 public CloseCommandImpl(PaneModel model)
 {
     this.model = model;
 }
Beispiel #2
0
 public CloseCommandImpl(PaneModel model)
 {
     this.model = model;
     this.model.PropertyChanged += Model_PropertyChanged;
 }