Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/10/09 11:11:16 (15 years ago)
Author:
mkommend
Message:

added SingleDocumentMainForm
reenabled designer support for MainForms (ticket #716)

File:
1 edited

Legend:

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

    r2253 r2268  
    2929
    3030namespace HeuristicLab.MainForm {
    31   public partial class MultipleDocumentForm : Form {
     31  public partial class DocumentForm : Form {
    3232    private IView myView;
    3333    public IView View {
     
    3535    }
    3636
    37     public MultipleDocumentForm() {
     37    public DocumentForm() {
    3838      InitializeComponent();
    3939    }
    40     public MultipleDocumentForm(IView view)
     40    public DocumentForm(IView view)
    4141      : this() {
    4242      myView = view;
Note: See TracChangeset for help on using the changeset viewer.