This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
nebolintegration_basic_integration [2021/11/03 17:19] – nebol | nebolintegration_basic_integration [2021/11/03 17:24] (current) – nebol | ||
---|---|---|---|
Line 107: | Line 107: | ||
Now let's set everything up. | Now let's set everything up. | ||
+ | |||
+ | A couple of static variables in the Program class: | ||
+ | <code csharp> | ||
+ | static Engine engine; | ||
+ | static ServiceCollection services; | ||
+ | </ | ||
<code csharp> | <code csharp> |