Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/Actions/SaveAction.cs @ 2426

Last change on this file since 2426 was 2426, checked in by mkommend, 14 years ago

initial version of refactored mainform (ticket #771)

File size: 301 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Windows.Forms;
6
7namespace HeuristicLab.MainForm.Test {
8  public class SaveAction {
9    public void Execute(IMainForm mainform) {
10      MessageBox.Show("Save action called");
11    }
12  }
13}
Note: See TracBrowser for help on using the repository browser.