Rename PdfViewerWindow to DocumentViewerWindow

This commit is contained in:
2023-03-05 20:17:15 +01:00
parent a6264d7a64
commit c423a4c951
4 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ namespace WGneu.Documents {
}
public static void Display(string title, string path) {
var w = new PdfViewerWindow(title, path);
var w = new DocumentViewerWindow(title, path);
w.Show();
}
}