Ejemplo n.º 1
0
 public abecedario()
 {
 v = new vocales();
    
     InitializeComponent();
 }
Ejemplo n.º 2
0
 private void btvoc_Click(object sender, RoutedEventArgs e)
 {
     vocales vc = new vocales();
     vc.vtvoc.Show();
 }