From 84cc0838d3f2bb6c661263c7c08df1e2030b114d Mon Sep 17 00:00:00 2001 From: alcexhim Date: Tue, 10 Jun 2014 12:49:13 -0400 Subject: [PATCH] Allow specifying Project File DataFormat in SaveProjectAs --- .../UniversalEditor.UserInterface/IHostApplicationWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs index d73f6daf..1d5e8386 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs @@ -21,7 +21,7 @@ namespace UniversalEditor.UserInterface void SaveProject(); void SaveProjectAs(); - void SaveProjectAs(string FileName); + void SaveProjectAs(string FileName, DataFormat df); void SaveAll();