/// <summary> /// Fired after the simulation instance has been created, allowing us to call it using the instance of the simulation /// from static method. /// </summary> private void OnPostCreate() { // Example module that ticks all the time with us unlike a form that only ticks when active. ModuleExample = new ExampleModule(); }