IPluginGuiThreadStartup Method |
Namespace: VirtualRadar.Interface
Some plugins may need to perform some startup work on the GUI thread. This method is guaranteed to be called on the GUI thread by the main presenter.
The method is called after the main view has been constructed but before it is shown to the user. At the point where this is called no UI will be visible to the user.