TasClient.cs 528 B

1234567891011121314151617181920212223
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. //----------------------------------------------------------------
  6. //Module Name: $safeprojectname$
  7. //Purpose:
  8. //CopyRight: Muchinfo
  9. //History:
  10. //----------------------------------------------------------------
  11. //DateTime 2016/1/19 20:57:12
  12. //Author
  13. //Description Create
  14. //----------------------------------------------------------------
  15. namespace Muchinfo.TASClient.Adapter.Data
  16. {
  17. class TasClient
  18. {
  19. }
  20. }