mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Added Attributes tests; balanced Application.Init/Shutdown
This commit is contained in:
@@ -368,6 +368,9 @@ namespace Terminal.Gui.Core {
|
||||
};
|
||||
|
||||
Application.Run (top);
|
||||
|
||||
// Shutdown must be called to safely clean up Application if Init has been called
|
||||
Application.Shutdown ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user