예제 #1
0
 private void BtnAddCustomer_Click(object sender, EventArgs e)
 {
     SetEnable(false, true, true, true, false, true, "当前操作模式:添加", true, "添加", "add", true);
     TextBoxEmpty();
     TbCustomerID.Text  = GuGuGuHelper.GetCustomerID();
     TbCustomerCre.Text = "0";
 }