Exemplo n.º 1
0
 void ReleaseDesignerOutlets()
 {
     if (CellDescription != null)
     {
         CellDescription.Dispose();
         CellDescription = null;
     }
     if (CellImage != null)
     {
         CellImage.Dispose();
         CellImage = null;
     }
     if (CellTitle != null)
     {
         CellTitle.Dispose();
         CellTitle = null;
     }
 }