Ejemplo n.º 1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     TxtQtyF.Text = "0";
     TxtQtyF.Focus();
 }
Ejemplo n.º 2
0
 private void TxtQtyF_Enter(object sender, EventArgs e)
 {
     TxtQtyF.Clear();
 }