コード例 #1
0
 void ReleaseDesignerOutlets ()
 {
     if (bitmapView != null) {
         bitmapView.Dispose ();
         bitmapView = null;
     }
 }
コード例 #2
0
 void ReleaseDesignerOutlets()
 {
     if (bitmapView != null)
     {
         bitmapView.Dispose();
         bitmapView = null;
     }
 }