Files
lserp_cs_5.0/插件库/EmployeeManager/Form1.cs
T
2026-07-10 15:25:05 +08:00

22 lines
373 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.Windows.Forms;
using CommonLib.data;
namespace EmployeeManager
{
public partial class Form1 : FormBase
{
public Form1()
{
InitializeComponent();
}
}
}