void ReleaseDesignerOutlets ()
		{
			if (attributionTextView != null) {
				attributionTextView.Dispose ();
				attributionTextView = null;
			}
			if (videoView != null) {
				videoView.Dispose ();
				videoView = null;
			}
		}
示例#2
0
 void ReleaseDesignerOutlets()
 {
     if (attributionTextView != null)
     {
         attributionTextView.Dispose();
         attributionTextView = null;
     }
     if (videoView != null)
     {
         videoView.Dispose();
         videoView = null;
     }
 }