This repository has been archived on 2026-08-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Course-Project-on-Surveying…/Form1.cs
T
2026-06-09 10:52:15 +08:00

11 lines
147 B
C#

namespace kcsj
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}