View Draw API docs and code cleanup

This commit is contained in:
Tig
2024-10-26 16:46:33 -07:00
parent 92dac0ecfb
commit 6e873e06e5

View File

@@ -1018,8 +1018,6 @@ public partial class ToplevelTests (ITestOutputHelper output)
top.Dispose ();
}
private void OnDrawContentComplete (object sender, DrawEventArgs e) { throw new NotImplementedException (); }
[Fact]
[AutoInitShutdown]
public void Activating_MenuBar_By_Alt_Key_Does_Not_Throw ()