Beispiel #1
0
        public MainWindow()
        {
            this.InitializeComponent();

            dataContext = new MyNotifyableViewModel {Text = "Initial Value!"};
            this.DataContext = dataContext;
        }
Beispiel #2
0
        public MainWindow()
        {
            this.InitializeComponent();

            dataContext = new MyNotifyableViewModel {
                Text = "Initial Value!"
            };
            this.DataContext = dataContext;
        }