/src/NUnit/nunit-gui-exe/Class1.cs
# · C# · 24 lines · 12 code · 1 blank · 11 comment · 0 complexity · 686dc0695ac19dcae537ad89686559c1 MD5 · raw file
- // ****************************************************************
- // Copyright 2007, Charlie Poole
- // This is free software licensed under the NUnit license. You may
- // obtain a copy of the license at http://nunit.org
- // ****************************************************************
- using System;
-
- namespace NUnit.Gui
- {
- /// <summary>
- /// Summary description for Class1.
- /// </summary>
- public class Class1
- {
- /// <summary>
- /// The main entry point for the application.
- /// </summary>
- [STAThread]
- public static int Main(string[] args)
- {
- return NUnit.Gui.AppEntry.Main( args );
- }
- }
- }