Archived
1
0
This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SomeLab/CS/19_7/Form1.cs
2025-11-25 20:14:10 +08:00

21 lines
366 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 _19_7
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}