Inheritance: System.Windows.Forms.Form
 private void aboutButton_Click(object sender, RoutedEventArgs e)
 {
     AboutBox box = new AboutBox();
     box.ShowDialog();
 }
        private void aboutButton_Click(object sender, RoutedEventArgs e)
        {
            AboutBox box = new AboutBox();

            box.ShowDialog();
        }