예제 #1
0
 public void PermitirLetrasEspacio(object sender, KeyPressEventArgs e, string Texto)
 {
     gen.PermitirLetrasEspacio(sender, e, Texto);
 }