Example #1
0
 public void Panel_GetTopLevel_Invoke_ReturnsExpected()
 {
     using var control = new SubPanel();
     Assert.False(control.GetTopLevel());
 }