From 68a95dc0f17681511cf7aef2a1f4c9d1a2f550e1 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Fri, 18 Jul 2014 22:52:23 -0400 Subject: [PATCH] Added ShowStartPage() to IHostApplicationWindow --- .../UniversalEditor.UserInterface/IHostApplicationWindow.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs index e7706057..e63426a9 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs @@ -56,6 +56,8 @@ namespace UniversalEditor.UserInterface void UpdateProgress(int minimum, int maximium, int value); void ActivateWindow(); + + void ShowStartPage(); } public class IHostApplicationWindowCollection : System.Collections.ObjectModel.Collection