void ReleaseDesignerOutlets() { if (StatusLabel != null) { StatusLabel.Dispose(); StatusLabel = null; } if (DataLabel != null) { DataLabel.Dispose(); DataLabel = null; } if (GetDataButton != null) { GetDataButton.Dispose(); GetDataButton = null; } if (LoginButton != null) { LoginButton.Dispose(); LoginButton = null; } if (RegisterButton != null) { RegisterButton.Dispose(); RegisterButton = null; } }