Exemple #1
0
 public void RemoveBubble(UserControl userControl)
 {
     UList.Remove(userControl);
     this.bubbleArea.Controls.Remove(userControl);
     setHeight();
     if (UList.Count == 0)
     {
         this.Dispose();
     }
 }