private void txtCuposE_KeyPress(object sender, KeyPressEventArgs e)
 {
     Global.restringirADecimal(sender, e);
 }
 private void txtOportunidadMin_KeyPress(object sender, KeyPressEventArgs e)
 {
     Global.restringirADecimal(sender, e);
 }
 private void txtFortalezaMin_KeyPress(object sender, KeyPressEventArgs e)
 {
     Global.restringirADecimal(sender, e);
 }
 private void txtPesoCompetencia_KeyPress(object sender, KeyPressEventArgs e)
 {
     Global.restringirADecimal(sender, e);
 }
 private void txtPesoObjetivos_KeyPress(object sender, KeyPressEventArgs e)
 {
     Global.restringirADecimal(sender, e);
 }
示例#6
0
 private void txtAddPesoPot_KeyPress(object sender, KeyPressEventArgs e)
 {
     Global.restringirADecimal(sender, e);
 }