21 lines
450 B
C#
21 lines
450 B
C#
|
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();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|