Ejemplo n.º 1
0
 public void Remove()
 {
     if (WidgetContainer != null)
     {
         WidgetContainer.Remove(this);
     }
 }