Exemplo n.º 1
0
        public MvvmUserControl()
        {
            _viewServiceContainer = new ViewServiceContainer(this);

            this.DataContextChanged += this.OnDataContextChanged;
        }
Exemplo n.º 2
0
        public MvvmWindow()
        {
            _viewServiceContainer = new ViewServiceContainer(this);

            this.DataContextChanged += this.OnDataContextChanged;
        }