Rename Toplevel.Running to Toplevel.IsRunning

Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-20 12:29:25 +00:00
parent 48aed9972d
commit c8c38ae46a
15 changed files with 42 additions and 42 deletions

View File

@@ -101,7 +101,7 @@ public class SubViewTests
v1.Add (sv1);
Application.LayoutAndDraw ();
t.Running = false;
t.IsRunning = false;
}
}
}