From c423a4c951b220a130a1b3491a82020ab9e5af91 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sun, 5 Mar 2023 20:17:15 +0100 Subject: [PATCH] Rename PdfViewerWindow to DocumentViewerWindow --- WGneu/Documents/Pdf.cs | 2 +- WGneu/WGneu.csproj.user | 4 ++-- .../{PdfViewerWindow.xaml => DocumentViewerWindow.xaml} | 2 +- .../{PdfViewerWindow.xaml.cs => DocumentViewerWindow.xaml.cs} | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename WGneu/Windows/{PdfViewerWindow.xaml => DocumentViewerWindow.xaml} (91%) rename WGneu/Windows/{PdfViewerWindow.xaml.cs => DocumentViewerWindow.xaml.cs} (81%) diff --git a/WGneu/Documents/Pdf.cs b/WGneu/Documents/Pdf.cs index 2cf0dd3..176f763 100644 --- a/WGneu/Documents/Pdf.cs +++ b/WGneu/Documents/Pdf.cs @@ -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(); } } diff --git a/WGneu/WGneu.csproj.user b/WGneu/WGneu.csproj.user index 7ab7934..843e986 100644 --- a/WGneu/WGneu.csproj.user +++ b/WGneu/WGneu.csproj.user @@ -13,7 +13,7 @@ Code - + Code @@ -27,7 +27,7 @@ Designer - + Designer diff --git a/WGneu/Windows/PdfViewerWindow.xaml b/WGneu/Windows/DocumentViewerWindow.xaml similarity index 91% rename from WGneu/Windows/PdfViewerWindow.xaml rename to WGneu/Windows/DocumentViewerWindow.xaml index 899eaf9..bdf5ec0 100644 --- a/WGneu/Windows/PdfViewerWindow.xaml +++ b/WGneu/Windows/DocumentViewerWindow.xaml @@ -1,4 +1,4 @@ -