Inheritance: INotifyPropertyChanged
コード例 #1
0
        public Window1()
        {
            InitializeComponent();

            // Attach simple presentation model
            DataContext = new Window1PresentationModel();
        }
コード例 #2
0
ファイル: Window1.xaml.cs プロジェクト: pwlodek/CodeGallery
        public Window1()
        {
            InitializeComponent();

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