DataBind() public méthode

public DataBind ( ) : void
Résultat void
        public ChartWindow()
        {
            InitializeComponent();

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

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