int currentRow = this.dataGrid1.CurrentRowIndex;
string id = this.dataSet11.Tables["adresstable"].Rows[currentRow][0].ToString();
点滴
最新推荐文章于 2024-11-15 16:25:34 发布
int currentRow = this.dataGrid1.CurrentRowIndex;
string id = this.dataSet11.Tables["adresstable"].Rows[currentRow][0].ToString();