Inheritance: INotifyPropertyChanged
Esempio n. 1
0
        public Window1()
        {
            InitializeComponent();

            // Attach simple presentation model
            DataContext = new Window1PresentationModel();
        }
Esempio n. 2
0
        public Window1()
        {
            InitializeComponent();

            // Attach simple presentation model
            DataContext = new Window1PresentationModel();
        }