コード例 #1
0
 private void txtUrunNo_TextChanged(object sender, EventArgs e)
 {
     if (txtUrunNo.Text == "")
     {
         txtUrunNo.Text = "";
     }
     else
     {
         cUrunCesitleri c = new cUrunCesitleri();
         c.UrunAra(lvMenu, Convert.ToInt32(txtUrunNo.Text));
     }
 }