Ejemplo n.º 1
0
 public CloseCommandImpl(PaneModel model)
 {
     this.model = model;
 }
Ejemplo n.º 2
0
 public CloseCommandImpl(PaneModel model)
 {
     this.model = model;
     this.model.PropertyChanged += Model_PropertyChanged;
 }