コード例 #1
0
 public ObserverStopAdapter(ViewServiceContainer owner)
 {
     _owner = owner;
 }
コード例 #2
0
        public OwnUserControlDialog()
        {
            _viewServices = new ViewServiceContainer(this);

            this.WhenActivated(this.OnActivated);
        }
コード例 #3
0
        public OwnWindow()
        {
            _viewServices = new ViewServiceContainer(this);

            this.WhenActivated(this.OnActivated);
        }