mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
8 lines
No EOL
149 B
Text
8 lines
No EOL
149 B
Text
HMI.Init() needs to be called after Cosmos has finished booted.
|
|
|
|
example:
|
|
|
|
protected void BeforeRun()
|
|
{
|
|
Cosmos.Core.HMI.Init();
|
|
} |