Move TempFile to own class
This commit is contained in:
@ -66,7 +66,7 @@ namespace WGneu.Documents {
|
||||
doc.Save(path);
|
||||
}
|
||||
|
||||
public static void Show(Utils.TemporaryFile file, string title) {
|
||||
public static void Show(TempFile file, string title) {
|
||||
App.MainDispatcher.BeginInvoke(() => {
|
||||
var w = new DocumentViewerWindow(title, file);
|
||||
w.Show();
|
||||
|
Reference in New Issue
Block a user