void Modify( int nRow, int nCol ) { if ( nRow < 0 || nRow >= _lst.Count ) return; DB.Stru.事务科.低收入居民 struSel = fl.grd.Rows[ nRow ].DataBoundItem as DB.Stru.事务科.低收入居民; if ( struSel == null ) return; 事务科.低收入居民数据.FEdit fm = new FEdit(); fm.stru = struSel; if ( fm.ShowDialog() != DialogResult.OK ) return; if ( fm.stru.ID == "" ) //delete _lst.RemoveAt( nRow ); else //modify _lst[ nRow ] = fm.stru; Fill(); }
private void AddNew() { 福田民政.Forms.Work.数据管理.事务科.低收入居民数据.FEdit fm = new FEdit(); fm.ShowDialog(); }