ClientConfig.cs 226 B

123456789101112
  1. using System;
  2. [Serializable]
  3. public class AuthorConfig
  4. {
  5. public string SoftName = "东电PC";
  6. public bool CodeAuthor;
  7. public bool UsbKeyAuthor;
  8. public string UsbConnectIp;
  9. public int UsbConnectPort;
  10. }