ConstValue.cs 125 B

1234567
  1. namespace ET
  2. {
  3. public static class ConstValue
  4. {
  5. public const string LoginAddress = "127.0.0.1:10002";
  6. }
  7. }