Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/09 16:05:26 (15 years ago)
Author:
svonolfe
Message:

Added execution engine facade (#465)

File:
1 edited

Legend:

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

    r800 r1120  
    1111{
    1212    public partial class MainForm : Form {
    13         public MainForm(Uri address1, Uri address2) {
     13        public MainForm(Uri address1, Uri address2, Uri address3) {
    1414          InitializeComponent();
    1515          if(address1 != null)
     
    1717          if (address2 != null)
    1818            this.lblAddress2.Text = address2.ToString();
     19          if (address3 != null)
     20            this.lblAddress3.Text = address3.ToString();
    1921        }
     22
    2023    }
    2124}
Note: See TracChangeset for help on using the changeset viewer.