public void EditQuestion(string StackID, string QuestionID, int Privileges) { FORM_AddEditQuestions editQtoDB = new FORM_AddEditQuestions(StackID, QuestionID, Privileges); editQtoDB.ShowDialog(); }
private void AddQuestionToDatabase_toolStripButton_Click(object sender, EventArgs e) { FORM_AddEditQuestions addQtoDB = new FORM_AddEditQuestions(StackIDselected, QuestionIDfromGameQSelected, 0); addQtoDB.ShowDialog(); }