Esempio n. 1
0
 private void Search_Click(object sender, EventArgs e)
 {
     this.CustID.Text = InfoFind.Find_CustId();
 }
Esempio n. 2
0
 /// <summary>
 /// 高级查找“客户ID”
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void btnFindCustId_Click(object sender, EventArgs e)
 {
     this.txtCustId.Text = InfoFind.Find_CustId();
 }