- Timestamp:
- 03/16/10 17:14:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ConnectionSetupView.cs
r3006 r3068 47 47 form = new Form(); 48 48 form.Name = this.Name; 49 form.Size = this.Size; 49 50 this.Dock = DockStyle.Fill; 50 51 form.Controls.Add(this);
Note: See TracChangeset
for help on using the changeset viewer.