/// <summary> /// Creates a new instance of the TargetSystemConfig class /// </summary> public TargetSystemConfig() { this.TargetSystem = new TargetSystem(); Init(); }