public AutoPilotSystem(AutoBase p, string t) : base(p, t) { AutoProperty = p; Name = p.Name + ". Autopilot."; Description = p.Description + ". " + Title + ". Artificial intelligence drives the machine"; }
public TrackingSystem(AutoBase p, string t) : base(p, t) { AutoProperty = p; Name = p.Name + ". Tracking with cameras."; Description = p.Description + ". " + Title + ". 4 high-tech cameras with bluetooth option"; }
public DecoratorOptions(AutoBase au, string tit) { AutoProperty = au; Title = tit; }