Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/NetronTestApplication.cs @ 2790

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

added test application for netron (ticket #867)

File size: 447 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6using System.Windows.Forms;
7
8namespace HeuristicLab.Netron {
9  [Application("Netron Test Application 3.3", "A test application for netron visualizations.")]
10  internal class NetronTestApplication : ApplicationBase {
11    public override void Run() {
12      Application.Run(new NetronForm());
13    }
14  }
15}
Note: See TracBrowser for help on using the repository browser.