VersionInformationWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
 private void _versionInformationMenuItem_Click(object sender, RoutedEventArgs e)
 {
     var window = new VersionInformationWindow();
     window.Owner = this;
     window.ShowDialog();
 }