Added Attributes tests; balanced Application.Init/Shutdown

This commit is contained in:
Charlie Kindel
2021-05-17 18:22:46 -07:00
parent 0fad21607b
commit 8d8025329e
19 changed files with 956 additions and 490 deletions

View File

@@ -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 ();
}
}
}