CustomerServiceConfig.cs 299 B

1234567891011121314151617
  1. using SCADA.CommonLib;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace SCADA_DAQ.Customer.Service
  8. {
  9. /// <summary>
  10. ///
  11. /// </summary>
  12. public class CustomerServiceConfig:ObservableObject
  13. {
  14. }
  15. }