public HubCrawlCluster(HubCrawlCluster cluster) :base() { this.ClusterDLLName = cluster.ClusterDLLName; this.Name = cluster.Name; this.Version = cluster.Version; }
public HubCrawlCluster(HubCrawlCluster cluster) : base() { this.ClusterDLLName = cluster.ClusterDLLName; this.Name = cluster.Name; this.Version = cluster.Version; }
protected void OnModuleSelected(HubCrawlCluster cluster) { if (ModuleSelected != null) ModuleSelected(this, cluster); }