public EditImageModeController(GalleryObject go) { this.go = go; //finds = new List<ImageTag> (); mylock = false; found = false; }
public EditImageModeController(GalleryObject go, GalleryViewController galleryViewController) { this.go = go; //finds = new List<ImageTag> (); mylock = false; found = false; this.gvc = galleryViewController; }
protected override void Dispose(bool disposing) { ThumbChanged = null; gvc = null; scrollView.Dispose (); tgv.Dispose (); go = null; blend.Dispose (); longPressGesture.Dispose (); doubletap.Dispose (); this.ZoomTagging = null; this.taglistButton = null; taglistButton.Dispose (); AssignPictureButton.Dispose (); iv.Dispose (); buttons = null; tagMyZoomedObject = null; base.Dispose (disposing); }