Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2789_MathNetNumerics-Exploration/Testing/Program.cs @ 17097

Last change on this file since 17097 was 15348, checked in by gkronber, 7 years ago

#2789 worked on NLR with constraints

File size: 185 bytes
Line 
1
2using System;
3using System.Windows.Forms;
4
5namespace Testing {
6  class Program {
7    static void Main(string[] args) {
8      Application.Run(new TestForm());
9    }
10  }
11}
Note: See TracBrowser for help on using the repository browser.