Ejemplo n.º 1
0
        private void b_Info_Click(object sender, RoutedEventArgs e)
        {
            AboutBox info = new AboutBox();

            info.Show();
        }
Ejemplo n.º 2
0
 private void b_Info_Click(object sender, RoutedEventArgs e)
 {
     AboutBox info = new AboutBox();
     info.Show();
 }