Example #1
0
 private void newMenuItem1_Click(object sender, EventArgs e)
 {
     //TODO These methods won't work for clearing the data. Doh.
     projectHelper.Clear();
     staticCodeAnalysisData.DataSource = null;
     notesDataView.DataSource          = null;
     penTesterDataView.DataSource      = null;
     ddlProjects.Items.Clear();
     isso.Text              = string.Empty;
     developmentLead.Text   = string.Empty;
     productionUrlText.Text = string.Empty;
     SetTimePickers();
     codeScanned.Checked  = false;
     scanTypeNone.Checked = true;
     repository.Text      = string.Empty;
     ClearLanguages();
     Vulnerabilities.Clear();
 }