Inheritance: INotifyPropertyChanged
Exemplo n.º 1
0
        public ChartWindow()
        {
            InitializeComponent();

            PresentationModel = new ChartWindowPresentationModel(this);
            PresentationModel.DataBind();
        }
Exemplo n.º 2
0
        public ChartWindow()
        {
            InitializeComponent();

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