public UpdatedPage(Threat threatLink, Dictionary <Threat, Threat> res) { InitializeComponent(); threat = threatLink; this.res = res; }
public ThreatPage(Threat threatLink, List <Threat> thrlist) { InitializeComponent(); threat = threatLink; this.thrlist = thrlist; }