private void maskedTextBox1_KeyPress(object sender, KeyPressEventArgs e) { NoEspacios.SoloEspacios(e); }
private void textBox2_KeyPress(object sender, KeyPressEventArgs e) { NoEspacios.SoloEspacios(e); }