[This is preliminary documentation and subject to change.]
Registers a component on the application. If the application is already running, the component is started accordingly. The component is not registered if there is already a registered component with the same name.
Registers a component on the application. If the application is already running, the component is started accordingly. The component is not registered if there is already a registered component with the same name.
public void Register(IComponent);
Register the unique instance of the application class.
public static void Register(Locator);
Locator Class | PmMda.Net.Application Namespace