Exemplo n.º 1
0
 public void UnregisterOverlay(Widget widget)
 {
     if (widget != null)
     {
         Overlays.Remove(widget);
     }
 }