GMAPIData_SetLoginStatus.cs 157 B

12345678
  1. namespace ET
  2. {
  3. public class GMAPIData_SetLoginStatus
  4. {
  5. public string gmKey { get; set; }
  6. public int errCode { get; set; }
  7. }
  8. }