예제 #1
0
 private void AddParametersForPlugin(IPlugin plugin, Dictionary<string, object> parameters)
 {
     plugin.AddParameters(parameters);
 }