- Timestamp:
- 06/07/18 15:19:53 (6 years ago)
- Location:
- branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/AlgorithmView.Designer.cs
r14185 r15953 42 42 this.usersTabPage = new System.Windows.Forms.TabPage(); 43 43 this.storeUsersButton = new System.Windows.Forms.Button(); 44 this.refreshableLightweightUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweight UserView();44 this.refreshableLightweightUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightAccessClientView(); 45 45 this.dataTabPage = new System.Windows.Forms.TabPage(); 46 46 this.noViewAvailableLabel = new System.Windows.Forms.Label(); … … 394 394 private MainForm.WindowsForms.ViewHost dataViewHost; 395 395 private System.Windows.Forms.Label noViewAvailableLabel; 396 private Access.Views.RefreshableLightweight UserView refreshableLightweightUserView;396 private Access.Views.RefreshableLightweightAccessClientView refreshableLightweightUserView; 397 397 398 398 } -
branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/ProblemView.Designer.cs
r14185 r15953 42 42 this.usersTabPage = new System.Windows.Forms.TabPage(); 43 43 this.storeUsersButton = new System.Windows.Forms.Button(); 44 this.problemUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweight UserView();44 this.problemUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightAccessClientView(); 45 45 this.dataTabPage = new System.Windows.Forms.TabPage(); 46 46 this.noViewAvailableLabel = new System.Windows.Forms.Label(); … … 393 393 private MainForm.WindowsForms.ViewHost dataViewHost; 394 394 private System.Windows.Forms.Label noViewAvailableLabel; 395 private Access.Views.RefreshableLightweight UserView problemUserView;395 private Access.Views.RefreshableLightweightAccessClientView problemUserView; 396 396 397 397 }
Note: See TracChangeset
for help on using the changeset viewer.