Free cookie consent management tool by TermsFeed Policy Generator

source: branches/MathNetNumerics-Exploration-2789/Testing/Program.cs @ 15449

Last change on this file since 15449 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.