@ -24,13 +24,6 @@ namespace GBase.Interfaces
/// </summary>
string FileName { get; }
/// <summary>
/// Initialize this <see cref="IGBaseObject"/> from a given <see cref="string"/>
/// <param name="string">The given <see cref="string"/></param>
[Obsolete]
void InitializeFromString(string @string); //TODO: Try to remove this method, work with keys
void Initialize(GBaseKey key, List<object> parameters);
}