Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/09 12:46:44 (15 years ago)
Author:
gkronber
Message:

Fixed updating of executer and dispatcher views and renamed ServerForm to ServerView. #676 (Cockpit for the CEDMA Server to control algorithm settings)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Server/3.3/ServerView.cs

    r2089 r2094  
    4141
    4242namespace HeuristicLab.CEDMA.Server {
    43   public partial class ServerForm : ViewBase {
     43  public partial class ServerView : ViewBase {
    4444    private Server server;
    4545
    46     public ServerForm(Server server) {
     46    public ServerView(Server server) : base() {
    4747      this.server = server;
    4848      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.