Files

copied

There are no circuits or boards in this repository.

Last update 11 years 1 week by Thomas S. Knutsen
Fileshopfe_guihopfe_gui
..
Properties
bin
obj
Form1.Designer.cs
Form1.cs
Form1.resx
Program.cs
app.config
hopfe_gui.csproj
hopfe_gui.csproj.user
Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace Curve_tracer { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } } }
Report a bug