void ReleaseDesignerOutlets() { if (ValuesTableView != null) { ValuesTableView.Dispose(); ValuesTableView = null; } if (AttributeComboBox != null) { AttributeComboBox.Dispose(); AttributeComboBox = null; } if (ConditionComboBox != null) { ConditionComboBox.Dispose(); ConditionComboBox = null; } }
void ReleaseDesignerOutlets() { if (AttributeComboBox != null) { AttributeComboBox.Dispose(); AttributeComboBox = null; } if (ConditionComboBox != null) { ConditionComboBox.Dispose(); ConditionComboBox = null; } if (ValuesTextField != null) { ValuesTextField.Dispose(); ValuesTextField = null; } }