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

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

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