private void btnAboutOzeki_Click(object sender, RoutedEventArgs e) { AboutWindow box = new AboutWindow(this); box.ShowDialog(); }