Clipboard.Clear(); Dictionary<string, decimal> dtary = new Dictionary<string, decimal>(); string Ls = ""; foreach (int i in gridView1.GetSelectedRows()) { var da = gridView1.GetRow(i); //GridView gv = gridView1; //if (dr != null) for
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Collections; namespace TechnologyProject.项目管理.加计扣除.ERP导入 { public partia