Пример #1
0
        protected override bool CreateRow()
        {
            var f = new PurchaseBillForm();

            f.BeginCreate();
            return(f.ShowDialog() == DialogResult.OK);
        }
Пример #2
0
        protected override bool ViewRow()
        {
            var f = new PurchaseBillForm();

            f.BeginView(this._currentID);
            return(f.ShowDialog() == DialogResult.OK);
        }