Interaction logic for AboutWindow.xaml
Inheritance: System.Windows.Window
 private void aboutLfMenu_Click(object sender, RoutedEventArgs e)
 {
     AboutWindow about = new AboutWindow();
     about.Show();
 }
        private void aboutLfMenu_Click(object sender, RoutedEventArgs e)
        {
            AboutWindow about = new AboutWindow();

            about.Show();
        }