private void aboutMenuItem_Click(object sender, RoutedEventArgs e) { WPFSerialAssistant.About about = new About(); about.ShowDialog(); }