Ejemplo n.º 1
0
 private void Acercade_Click(object sender, RoutedEventArgs e)
 {
     About about = new About();
     about.Visible = true;
 }