WXSFCtrl.cs 460 B

123456789101112131415161718192021
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Drawing;
  5. using System.Data;
  6. using System.Text;
  7. using System.Linq;
  8. using System.Threading.Tasks;
  9. using System.Windows.Forms;
  10. using DevExpress.XtraEditors;
  11. namespace Uninpho.Tools.components.WXSF
  12. {
  13. public partial class WXSFCtrl : DevExpress.XtraEditors.XtraUserControl
  14. {
  15. public WXSFCtrl()
  16. {
  17. InitializeComponent();
  18. }
  19. }
  20. }