예제 #1
0
 protected override void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (colorPopup != null)
         {
             colorPopup.Dispose();
             colorPopup = null;
         }
     }
     base.Dispose(disposing);
 }
예제 #2
0
 public ColorPopupControlContainer()
 {
     colorPopup = new ColorPopup(this);
     //CloseOnOuterMouseClick = false;
 }