Example #1
0
 private void BtnAdd_Click(object sender, EventArgs e)
 {
     TextBoxEmpty();
     TbProductID.Text = GuGuGuHelper.GetProductID();
     SetEnable(false, true, true, true, true, true, true, "当前操作模式:添加", true, "添加", true, "add");
 }