BaoKai_202508-Wcs-Jingwang..../WCSIce/FormTask.cs

26 lines
455 B
C#
Raw Permalink Normal View History

2025-08-24 12:51:29 +08:00
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 WCS
{
public partial class FormTask : Form
{
public FormTask()
{
InitializeComponent();
}
private void FormTask_Load(object sender, EventArgs e)
{
}
}
}