Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/24/11 14:30:55 (13 years ago)
Author:
ascheibe
Message:

#1233

  • added view for displaying jobs
  • improved slave ui
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/MainWindow.cs

    r6257 r6263  
    1212        slaveView.Content = value;
    1313        logView.Content = value;
     14        jobsView.Content = value;
    1415        Content.UserVisibleMessageFired += new EventHandler<Common.EventArgs<string>>(Content_UserVisibleMessageFired);
    1516      }
     
    5859        e.Cancel = true;
    5960        MinimizeToTray();
    60       } else {
    61         if (Content != null) {
    62           Content.StopAll();
    63         }
    6461      }
    6562    }
     
    7269      System.Diagnostics.Process.Start("http://dev.heuristiclab.com");
    7370    }
    74 
    75 
    7671  }
    7772}
Note: See TracChangeset for help on using the changeset viewer.