Exemplo n.º 1
0
 private void txtHours_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar != char.Parse("."))
     {
         ClsBLL.Key_Number(e);
     }
 }