string[] BWnames = new string[] { "大大", "三三", "王王", "七七", "其它" };
List<zxxxtypeZD> gcbws = new List<zxxxtypeZD>();
for (int i = 0; i < BWnames.Length; i++)
{
zxxxtypeZD xmmc = new zxxxtypeZD()
{
gcid = cgcid.ToString(),
xxzxmtyname = BWnames[i]
};
gcbws.Add(xmmc);
}
//月份下拉列表
this.cobx_month.DataSource = gcbws;
this.cobx_month.DisplayMember = "monthname";
this.cobx_month.ValueMember = "monthid";
if (cobx_month.Items.Count > 0)
{
thi