Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- using Newtonsoft.Json.Linq;
- using System;
- using System.Collections.Generic;
- using System.IO;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using XExten.Advance.LinqFramework;
- using XExten.Advance.StaticFramework;
-
- namespace HKCardIN.Helper
- {
- public class DataBus
- {
- public static bool NetWordState { get; set; } = false;
- public static string SaasRoute { get; set; }
- public static string LockCode { get; set; }
- }
- public class ApiRoute
- {
- public const string PullUserAndCardInfo = "";
- public const string PushMoneyToServer = "";
- }
- }
|