예제 #1
0
        protected override bool ViewRow()
        {
            var f = new ProductEditForm();

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

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