Click or drag to resize
IPluginsViewShowPlugins Method
Shows information about the plugins to the user.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ShowPlugins(
	IEnumerable<IPlugin> plugins
)

Parameters

plugins
Type: System.Collections.GenericIEnumerableIPlugin
See Also