- remove InitializeFromString()

master
Simon G 5 years ago
parent 278ccce013
commit f186503536
  1. 7
      GBase/Interfaces/IGBaseObject.cs

@ -24,13 +24,6 @@ namespace GBase.Interfaces
/// </summary>
string FileName { get; }
/// <summary>
/// Initialize this <see cref="IGBaseObject"/> from a given <see cref="string"/>
/// </summary>
/// <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);
}
}
Loading…
Cancel
Save