Rename PdfViewerWindow to DocumentViewerWindow
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user