Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimizer/3.3/Actions/SaveAsAction.cs @ 2520

Last change on this file since 2520 was 2520, checked in by swagner, 15 years ago

Implemented first draft of MainForm support in HeuristicLab.Core/HeuristicLab.Core.Views and all other depending plugins (#770)

File size: 355 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Drawing;
6using System.Windows.Forms;
7using HeuristicLab.MainForm;
8using HeuristicLab.MainForm.WindowsForms;
9
10namespace HeuristicLab.Optimizer.Actions {
11  public static class SaveAsAction {
12    public static void Execute() {
13
14    }
15  }
16}
Note: See TracBrowser for help on using the repository browser.