摘要: 删除商品: private void delete_Click(object sender, EventArgs e) { if (goods.CurrentRow == null) return; if (MessageBox.Show("确定删除?", "提示", MessageBoxButto 阅读全文
posted @ 2021-11-09 23:37 一条快乐的小鲸鱼 阅读(46) 评论(0) 推荐(0) 编辑