mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Rename IApplication.Current to TopRunnable
Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
@@ -29,7 +29,7 @@ public class SessionTokenTests
|
||||
Assert.NotNull (rs);
|
||||
Application.End (rs);
|
||||
|
||||
Assert.NotNull (Application.Current);
|
||||
Assert.NotNull (Application.TopRunnable);
|
||||
|
||||
// v2 does not use main loop, it uses MainLoop<T> and its internal
|
||||
//Assert.NotNull (Application.MainLoop);
|
||||
|
||||
Reference in New Issue
Block a user