void ReleaseDesignerOutlets() { if (CountdownLabel != null) { CountdownLabel.Dispose(); CountdownLabel = null; } if (InfoLabel != null) { InfoLabel.Dispose(); InfoLabel = null; } if (StartButton != null) { StartButton.Dispose(); StartButton = null; } if (TeaChoicesCombo != null) { TeaChoicesCombo.Dispose(); TeaChoicesCombo = null; } }
void ReleaseDesignerOutlets () { if (comboBox != null) { comboBox.Dispose (); comboBox = null; } }
void ReleaseDesignerOutlets() { if (comboBox != null) { comboBox.Dispose(); comboBox = null; } }