public SpreadPoint(SpreadPoint spreadpoint) : base(spreadpoint) { this.petrochemicaltype = spreadpoint.petrochemicaltype; this.volume = spreadpoint.volume; this.riskobject = spreadpoint.riskobject; this.cadastretype = spreadpoint.cadastretype; }
public Incident(DateTime date, DateTime date_message, IncidentType type, SpreadPoint spreadpoint) : base(spreadpoint) { this.id = -1; this.date = date; this.date_message = date_message; this.type = type; }