Exemplo n.º 1
0
 private void button_Submit_Click(object sender, EventArgs e)
 {
     SQLFunctions.addError(userID, textBox_title.Text, textBox_description.Text);
     MessageBox.Show("Your error has been submitted");
     textBox_title.Text       = "";
     button_Submit.Enabled    = false;
     textBox_description.Text = "";
     this.Close();
 }