GlobalConfig.cs 102 B

1234567
  1. namespace Model
  2. {
  3. public class GlobalConfig: AConfig
  4. {
  5. public int Type { get; set; }
  6. }
  7. }