25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

25 satır
618 B

  1. using Newtonsoft.Json.Linq;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.IO;
  5. using System.Linq;
  6. using System.Text;
  7. using System.Threading.Tasks;
  8. using XExten.Advance.LinqFramework;
  9. using XExten.Advance.StaticFramework;
  10. namespace HKCardIN.Helper
  11. {
  12. public class DataBus
  13. {
  14. public static bool NetWordState { get; set; } = false;
  15. public static string SaasRoute { get; set; }
  16. public static string LockCode { get; set; }
  17. }
  18. public class ApiRoute
  19. {
  20. public const string PullUserAndCardInfo = "";
  21. public const string PushMoneyToServer = "";
  22. }
  23. }