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 Uninpho.Tools.components.WXSF { public partial class WXSFCtrl : DevExpress.XtraEditors.XtraUserControl { public WXSFCtrl() { InitializeComponent(); } } }