DeviceManager/TsSFCDevice.Client.Launch/Preserve/XtraUserControl1.cs
2024-08-02 10:52:45 +08:00

22 lines
481 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using DevExpress.XtraEditors;
namespace TsSFCDevice.Client.Launch.Preserve
{
public partial class XtraUserControl1 : DevExpress.XtraEditors.XtraUserControl
{
public XtraUserControl1()
{
InitializeComponent();
}
}
}