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

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

            this.DataContextChanged += this.OnDataContextChanged;
        }