TimeRangeSelectForm.cs 603 B

1234567891011121314151617181920212223242526272829
  1. using DevExpress.XtraEditors;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Data;
  6. using System.Drawing;
  7. using System.Linq;
  8. using System.Text;
  9. using System.Threading.Tasks;
  10. using System.Windows.Forms;
  11. namespace Ips.Sps.Coms
  12. {
  13. public partial class TimeRangeSelectForm : DevExpress.XtraEditors.XtraForm
  14. {
  15. public TimeRangeSelectForm()
  16. {
  17. InitializeComponent();
  18. }
  19. //public DateTime StartTime
  20. //{
  21. // get
  22. // {
  23. // if(txtstarttime)
  24. // }
  25. //}
  26. }
  27. }