Beispiel #1
0
        protected override void OnActivated(EventArgs e)
        {
            base.OnActivated(e);

            this._ds.Merge(_daservice.GetFixtureWithRelation());
            this._ds.Merge(_daservice.GetVessel());
            this.BindData();
        }
        protected override void OnActivated(EventArgs e)
        {
            base.OnActivated(e);

            this._ds.Merge(_daservice.GetFixtureWithRelation());
            barEditItem1_EditValueChanged(barEditItem1, new EventArgs());
        }