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