void ReleaseDesignerOutlets()
 {
     if (stretchView != null) {
         stretchView.Dispose ();
         stretchView = null;
     }
 }
Example #2
0
 void ReleaseDesignerOutlets()
 {
     if (stretchView != null)
     {
         stretchView.Dispose();
         stretchView = null;
     }
 }