Refactored Application into smaller files.

Made Application #nullable enable
This commit is contained in:
Tig
2024-07-22 16:52:02 -06:00
parent 14d8bf5ba3
commit 44ce74a5c0
71 changed files with 1449 additions and 1441 deletions

View File

@@ -2196,7 +2196,7 @@ public class TableViewTests (ITestOutputHelper output)
[SetupFakeDriver]
public void TestEnumerableDataSource_BasicTypes ()
{
((FakeDriver)Application.Driver).SetBufferSize(100,100);
((FakeDriver)Application.Driver!).SetBufferSize(100,100);
var tv = new TableView ();
tv.ColorScheme = Colors.ColorSchemes ["TopLevel"];
tv.Viewport = new (0, 0, 50, 6);