You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in readme.md you have this example case: var objLoader = objLoaderFactory.Create(materialFileName => File.Open(materialFileName);
You are missing one ) at the end of your statement.
Regards.
The text was updated successfully, but these errors were encountered:
Hi, just passing by.
in
readme.md
you have this example case:var objLoader = objLoaderFactory.Create(materialFileName => File.Open(materialFileName);
You are missing one
)
at the end of your statement.Regards.
The text was updated successfully, but these errors were encountered: