Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/30/08 01:07:30 (15 years ago)
Author:
swagner
Message:

Implemented a quick way to pass the name of an application as commandline option in order to start this application automatically. (#45)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/MainForm.cs

    r601 r877  
    7979
    8080    private void applicationsListView_ItemActivate(object sender, EventArgs e) {
    81       if(applicationsListView.SelectedItems.Count > 0) {       
     81      if(applicationsListView.SelectedItems.Count > 0) {
    8282        ListViewItem selected = applicationsListView.SelectedItems[0];
    8383        if(selected == pluginManagerListViewItem) {
Note: See TracChangeset for help on using the changeset viewer.