public ObserverStopAdapter(ViewServiceContainer owner) { _owner = owner; }
public OwnUserControlDialog() { _viewServices = new ViewServiceContainer(this); this.WhenActivated(this.OnActivated); }
public OwnWindow() { _viewServices = new ViewServiceContainer(this); this.WhenActivated(this.OnActivated); }