void ReleaseDesignerOutlets() { if (ConnectionList != null) { ConnectionList.Dispose(); ConnectionList = null; } if (PropertyDropdown != null) { PropertyDropdown.Dispose(); PropertyDropdown = null; } }
public static void Dispose() { ConnectionList?.Dispose(); }