Ejemplo n.º 1
0
        private void about()
        {
            recMask.Visibility = Visibility.Visible;

            aboutBox aboutBox = new aboutBox();

            aboutBox.Owner = this;
            aboutBox.ShowDialog();

            recMask.Visibility = Visibility.Hidden;
        }
Ejemplo n.º 2
0
        private void About_Click(object sender, RoutedEventArgs e)
        {
            aboutBox about = new aboutBox();

            about.ShowDialog();
        }
Ejemplo n.º 3
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            aboutBox frmAbout = new aboutBox();

            frmAbout.Show();
        }