tune.
This commit is contained in:
+2
-2
@@ -27,11 +27,11 @@ namespace Sample.Disp
|
||||
/// <param name="displayee">The object that implements IDisplayee to be rendered</param>
|
||||
public static void RunApplication(string title, IDisplayee displayee)
|
||||
{
|
||||
SingleUserApp.AppBegin();
|
||||
LocalApp.AppBegin();
|
||||
Application app = new Application();
|
||||
app.Exit += (o, e) =>
|
||||
{
|
||||
SingleUserApp.AppEnd();
|
||||
LocalApp.AppEnd();
|
||||
};
|
||||
app.Run(new RenderingWindow()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user