Пример #1
0
 public HubCrawlApp(HubCrawlApp app)
     : base(app)
 {
     this.Group    = app.Group;
     this.IconPath = app.IconPath;
     this.TileType = app.TileType;
     this.Title    = app.Title;
 }
Пример #2
0
 public HubCrawlApp(HubCrawlApp app)
     : base(app)
 {
     this.Group = app.Group;
     this.IconPath = app.IconPath;
     this.TileType = app.TileType;
     this.Title = app.Title;
 }