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

21 lines
442 B
C#
Raw 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.Text;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using DevExpress.XtraEditors;
namespace WCS
{
public partial class Form_SysSettings : DevExpress.XtraEditors.XtraForm
{
public Form_SysSettings()
{
InitializeComponent();
}
}
}