geboshi_V1/LeatherProject/GeBoShi/Main.cs
2024-03-07 14:03:22 +08:00

21 lines
386 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace GeBoShi
{
public partial class Main : Form
{
public Main()
{
InitializeComponent();
}
}
}