Added ShowStartPage() to IHostApplicationWindow
This commit is contained in:
parent
2e5353891a
commit
68a95dc0f1
@ -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<IHostApplicationWindow>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user