DeviceManager/TsSFCDevice.Control/XtraForm1.cs

22 lines
457 B
C#
Raw Permalink Normal View History

2024-07-01 16:52:48 +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.Control
{
public partial class XtraForm1 : DevExpress.XtraEditors.XtraForm
{
public XtraForm1()
{
InitializeComponent();
}
}
}