- fix comment

master
Simon G 5 years ago
parent 7d2b91701b
commit 11885d6345
  1. 2
      GBase/DataHandling/XmlDataWriter.cs

@ -72,7 +72,7 @@ namespace GBase.DataHandling
if (typeName == null)
throw new ArgumentNullException(nameof(typeName));
file.Seek(0, SeekOrigin.Begin); //reset stream to it's beginning to be able to save it
file.Seek(0, SeekOrigin.Begin); //reset stream to it's beginning to be able to load it
XDocument xmlDocument = await XDocument.LoadAsync(file, LoadOptions.None, cancellationToken);
file.Seek(0, SeekOrigin.Begin); //reset stream to it's beginning to be able to save it

Loading…
Cancel
Save