mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 21:38:52 +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();
|
|
} |