Read - next node validation fixed

pull/460/merge^2
Buddhika Chathuranga 2020-03-30 18:41:46 +05:30
parent af42904281
commit b96d32789a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ namespace winsw
XmlReader books = XmlReader.Create(BasePath + ".xml");
books.Read();
while (books.Read()) { }
}
private void booksSettingsValidationEventHandler(object sender, ValidationEventArgs e)