Sic04/SicSetup/Sic_Setup/Program.cs

16 lines
257 B
C#

using System;
namespace Sic_Setup
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
}
}
}