DeviceManager/TsSFCDevice.Client.Launch/Preserve/XtraUserControl1.cs

22 lines
481 B
C#
Raw Permalink Normal View History

2024-08-02 02:52:45 +00:00
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();
}
}
}