public ObserverStopAdapter(ViewServiceContainer owner)
 {
     _owner = owner;
 }
        public OwnUserControlDialog()
        {
            _viewServices = new ViewServiceContainer(this);

            this.WhenActivated(this.OnActivated);
        }
Exemplo n.º 3
0
        public OwnWindow()
        {
            _viewServices = new ViewServiceContainer(this);

            this.WhenActivated(this.OnActivated);
        }