public ExploitabilityForm(MemorySafetyModel model, IEnumerable <Target> targets) { this.Model = model; this.Targets = new List <Target>(targets); InitializeComponent(); this.resultsGridView.Click += new EventHandler(resultsGridView_Click); }
public AddViolationForm(MemorySafetyModel model) { this.Model = model; InitializeComponent(); this.Load += new EventHandler(AddViolationForm_Load); this.violationProfileDropDown.SelectedValueChanged += new EventHandler(violationProfileDropDown_SelectedValueChanged); }
public ExploitProfileTagControl() { MemorySafetyModel model = new MemorySafetyModel(); }