Exemple #1
0
 public override bool AnyVisiblePanel() => (FirstChild?.AnyVisiblePanel() ?? false) || (SecondChild?.AnyVisiblePanel() ?? false);