25 lines
442 B
C#
25 lines
442 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;
|
|
using UI.Framework.Forms;
|
|
|
|
namespace UserFission
|
|
{
|
|
public partial class XtraForm1 : BaseForm
|
|
{
|
|
public XtraForm1()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
|
|
|
|
}
|
|
} |