DataBind() public method

public DataBind ( ) : void
return void
        public ChartWindow()
        {
            InitializeComponent();

            PresentationModel = new ChartWindowPresentationModel(this);
            PresentationModel.DataBind();
        }
        public ChartWindow()
        {
            InitializeComponent();

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