void ReleaseDesignerOutlets() { if (navigateBarButtonItem != null) { navigateBarButtonItem.Dispose(); navigateBarButtonItem = null; } if (pickupBarButtonItem != null) { pickupBarButtonItem.Dispose(); pickupBarButtonItem = null; } if (pickupMapView != null) { pickupMapView.Dispose(); pickupMapView = null; } if (pickupMapViewToolbar != null) { pickupMapViewToolbar.Dispose(); pickupMapViewToolbar = null; } }
void ReleaseDesignerOutlets() { if (ArchiveMessageButton != null) { ArchiveMessageButton.Dispose(); ArchiveMessageButton = null; } if (InBoxTableView != null) { InBoxTableView.Dispose(); InBoxTableView = null; } if (MarkAsReadButton != null) { MarkAsReadButton.Dispose(); MarkAsReadButton = null; } if (ToolBar != null) { ToolBar.Dispose(); ToolBar = null; } }
void ReleaseDesignerOutlets() { if (imageView != null) { imageView.Dispose(); imageView = null; } if (segmentedControl != null) { segmentedControl.Dispose(); segmentedControl = null; } if (textView != null) { textView.Dispose(); textView = null; } if (toolbar != null) { toolbar.Dispose(); toolbar = null; } }
void ReleaseDesignerOutlets() { if (amountLabel != null) { amountLabel.Dispose(); amountLabel = null; } if (amountWheel != null) { amountWheel.Dispose(); amountWheel = null; } if (chargeButton != null) { chargeButton.Dispose(); chargeButton = null; } if (dotView != null) { dotView.Dispose(); dotView = null; } if (lastPaymentInfoToolBar != null) { lastPaymentInfoToolBar.Dispose(); lastPaymentInfoToolBar = null; } }
void ReleaseDesignerOutlets() { if (tableView != null) { tableView.Dispose(); tableView = null; } if (toolbar != null) { toolbar.Dispose(); toolbar = null; } }
void ReleaseDesignerOutlets() { if (HangupButton != null) { HangupButton.Dispose(); HangupButton = null; } if (PublisherView != null) { PublisherView.Dispose(); PublisherView = null; } if (StatusLabel != null) { StatusLabel.Dispose(); StatusLabel = null; } if (SubscriberView != null) { SubscriberView.Dispose(); SubscriberView = null; } if (SwitchButton != null) { SwitchButton.Dispose(); SwitchButton = null; } if (ToolBar != null) { ToolBar.Dispose(); ToolBar = null; } }