Sic04/SicSetup/Sic_Setup/Program.cs

16 lines
257 B
C#
Raw Normal View History

2022-09-19 09:16:33 +08:00
using System;
namespace Sic_Setup
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
}
}
}