DownLoadMapFileEvent.cs 145 B

12345678
  1. using Blue;
  2. public class DownLoadMapFileEvent : IEvent
  3. {
  4. public int ProjectID;
  5. public string Url;
  6. public string FileType;
  7. }