示例#1
0
 void ReleaseDesignerOutlets()
 {
     if (imageView != null)
     {
         imageView.Dispose();
         imageView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (bottomLeftImageView != null)
     {
         bottomLeftImageView.Dispose();
         bottomLeftImageView = null;
     }
     if (bottomRightImageView != null)
     {
         bottomRightImageView.Dispose();
         bottomRightImageView = null;
     }
     if (topLeftImageView != null)
     {
         topLeftImageView.Dispose();
         topLeftImageView = null;
     }
     if (topRightImageView != null)
     {
         topRightImageView.Dispose();
         topRightImageView = null;
     }
 }