Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            BreachOneQuestion Ques2 = new BreachOneQuestion(2, Resources.Questions.BreachOne.q2, Resources.Questions.BreachOne.q2Output, int.Parse(Resources.Questions.BreachOne.q2TotalLines));

            Ques2.Show();
        }
Exemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            BreachOneQuestion Ques3 = new BreachOneQuestion(3, Resources.Questions.BreachOne.q3, Resources.Questions.BreachOne.q3Output, int.Parse(Resources.Questions.BreachOne.q3TotalLines));

            Ques3.Show();
        }
Exemplo n.º 3
0
        private void button5_Click(object sender, EventArgs e)
        {
            BreachOneQuestion Ques5 = new BreachOneQuestion(5, Resources.Questions.BreachOne.q5, Resources.Questions.BreachOne.q5Output, int.Parse(Resources.Questions.BreachOne.q5TotalLines));

            Ques5.Show();
        }
Exemplo n.º 4
0
        private void button4_Click(object sender, EventArgs e)
        {
            BreachOneQuestion Ques4 = new BreachOneQuestion(4, Resources.Questions.BreachOne.q4, Resources.Questions.BreachOne.q4Output, int.Parse(Resources.Questions.BreachOne.q4TotalLines));

            Ques4.Show();
        }
Exemplo n.º 5
0
        private void button1_Click(object sender, EventArgs e)
        {
            BreachOneQuestion Ques1 = new BreachOneQuestion(1, Resources.Questions.BreachOne.q1, Resources.Questions.BreachOne.q1Output, int.Parse(Resources.Questions.BreachOne.q1TotalLines));

            Ques1.Show();
        }