Inheritance: INotifyPropertyChanged
Example #1
0
        public ChartWindow()
        {
            InitializeComponent();

            PresentationModel = new ChartWindowPresentationModel(this);
            PresentationModel.DataBind();
        }
Example #2
0
        public ChartWindow()
        {
            InitializeComponent();

            PresentationModel = new ChartWindowPresentationModel(this);
            PresentationModel.DataBind();
        }