Sic08/SicSetup/Sic_Setup/Program.cs

20 lines
357 B
C#
Raw Permalink Normal View History

2023-03-03 15:42:13 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Sic_Setup
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
}
}
}