ContentDownload.cs 192 B

12345678910
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Dfs.WayneChina.GilbarcoDispenserPayTerminal.MessageEntities.Incoming
  5. {
  6. class ContentDownload
  7. {
  8. }
  9. }