예제 #1
0
 public HubCrawlCluster(HubCrawlCluster cluster)
     :base()
 {
     this.ClusterDLLName = cluster.ClusterDLLName;
     this.Name = cluster.Name;
     this.Version = cluster.Version;
 }
예제 #2
0
 public HubCrawlCluster(HubCrawlCluster cluster)
     : base()
 {
     this.ClusterDLLName = cluster.ClusterDLLName;
     this.Name           = cluster.Name;
     this.Version        = cluster.Version;
 }
예제 #3
0
 protected void OnModuleSelected(HubCrawlCluster cluster)
 {
     if (ModuleSelected != null)
         ModuleSelected(this, cluster);
 }