DeviceManager/TsSFCDevice.Client.Launch/XtraForm1.cs

21 lines
450 B
C#
Raw Normal View History

2024-07-27 01:44:19 +00: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 TsSFCDevice.Client.Launch
{
public partial class XtraForm1 : DevExpress.XtraEditors.XtraForm
{
public XtraForm1()
{
InitializeComponent();
}
}
}