ImageCell.designer.cs 923 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // WARNING
  2. //
  3. // This file has been generated automatically by Xamarin Studio from the outlets and
  4. // actions declared in your storyboard file.
  5. // Manual changes to this file will not be maintained.
  6. //
  7. using Foundation;
  8. using System;
  9. using System.CodeDom.Compiler;
  10. using UIKit;
  11. namespace ImageSearch.iOS
  12. {
  13. [Register ("ImageCell")]
  14. partial class ImageCell
  15. {
  16. [Outlet]
  17. [GeneratedCode ("iOS Designer", "1.0")]
  18. UIKit.UILabel LabelCaption { get; set; }
  19. [Outlet]
  20. [GeneratedCode ("iOS Designer", "1.0")]
  21. UIKit.UIImageView MainImage { get; set; }
  22. void ReleaseDesignerOutlets ()
  23. {
  24. if (LabelCaption != null) {
  25. LabelCaption.Dispose ();
  26. LabelCaption = null;
  27. }
  28. if (MainImage != null) {
  29. MainImage.Dispose ();
  30. MainImage = null;
  31. }
  32. }
  33. }
  34. }