void ReleaseDesignerOutlets()
 {
     if (offSwitch != null)
     {
         offSwitch.Dispose();
         offSwitch = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (WidgetSwitch != null)
     {
         WidgetSwitch.Dispose();
         WidgetSwitch = null;
     }
 }
		void ReleaseDesignerOutlets ()
		{
			if (offSwitch != null) {
				offSwitch.Dispose ();
				offSwitch = null;
			}

			if (coloredSwitch != null) {
				coloredSwitch.Dispose ();
				coloredSwitch = null;
			}
		}
Exemple #4
0
 partial void DoneSwitch(WatchKit.WKInterfaceSwitch sender);