Example #1
0
 private void AddGoods_Load_1(object sender, EventArgs e)
 {
     for (int i = 0; i < GoodsTypeCol.count(); i++)
     {
         comboBox1.Items.Add(GoodsTypeCol.list[i].Name);
     }
 }