Пример #1
0
        protected override void LoadDataForm()
        {
            base.LoadDataForm();
            SetVisibleTabInfo(false);
            var table = oBL.Get();

            if (table != null && table.Rows.Count > 0)
            {
                dsDictionary.Customer.Clear();
                dsDictionary.Merge(table);
                dsDictionary.AcceptChanges();
            }
        }