Exemple #1
0
 public void DeployPlugin(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription plugin, byte[] zipFile)
 {
     base.Channel.DeployPlugin(plugin, zipFile);
 }
Exemple #2
0
 public byte[] GetPlugin(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription description)
 {
     return(base.Channel.GetPlugin(description));
 }