Exemplo n.º 1
0
 /// <summary>
 /// A protected constructor to initialize the used data structures
 /// </summary>
 protected AComponentPluginManager()
 {
     _pluginManager = new PluginManager();
     _plugins       = new Dictionary <Type, Dictionary <string, IPluginable> >();
 }