Example #1
0
        protected override bool ViewRow()
        {
            var f = new SupplierEditForm();

            f.BeginView(this._currentItemID);
            return(f.ShowDialog() == DialogResult.OK);
        }
Example #2
0
        protected override bool CreateRow()
        {
            var f = new SupplierEditForm();

            f.BeginCreate();
            return(f.ShowDialog() == DialogResult.OK);
        }