mirror of https://github.com/winsw/winsw
Read - next node validation fixed
parent
af42904281
commit
b96d32789a
|
@ -114,7 +114,7 @@ namespace winsw
|
|||
|
||||
XmlReader books = XmlReader.Create(BasePath + ".xml");
|
||||
|
||||
books.Read();
|
||||
while (books.Read()) { }
|
||||
}
|
||||
|
||||
private void booksSettingsValidationEventHandler(object sender, ValidationEventArgs e)
|
||||
|
|
Loading…
Reference in New Issue