source:
branches/MathNetNumerics-Exploration-2789/Testing/Program.cs
@
15348
Last change on this file since 15348 was 15348, checked in by gkronber, 7 years ago | |
---|---|
File size: 185 bytes |
Line | |
---|---|
1 | |
2 | using System; |
3 | using System.Windows.Forms; |
4 | |
5 | namespace 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.