Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/22/10 05:14:39 (14 years ago)
Author:
swagner
Message:

Worked on the refactoring of saving and loading items (#990)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/MenuItems/SaveAllMenuItem.cs

    r3416 r3483  
    2525using System.Linq;
    2626using System.Windows.Forms;
     27using HeuristicLab.Common;
    2728using HeuristicLab.MainForm;
    2829
     
    4748    protected override void OnActiveViewChanged(object sender, EventArgs e) {
    4849      var views = from v in MainFormManager.MainForm.Views.OfType<IContentView>()
     50                  where v.Content != null
     51                  where v.Content is IStorableContent
    4952                  where !v.Locked
    5053                  select v;
Note: See TracChangeset for help on using the changeset viewer.