Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/10 20:30:10 (15 years ago)
Author:
mkommend
Message:

fixed compilation errors in HL3.2 solution (ticket #857)

File:
1 edited

Legend:

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

    r2696 r2706  
    1212namespace HeuristicLab.MainForm.Test {
    1313  [Content(typeof(List<string>), true)]
    14   public partial class FormView1 : FormView2<MenuItem> {
     14  public partial class FormView1 : FormView2<HeuristicLab.MainForm.WindowsForms.MenuItem> {
    1515    public FormView1() {
    1616      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.