Esempio n. 1
0
 static void Main(string[] args)
 {
     var t = new TestPaper1();
     t.QuestionOneAnswer("26");
     t.QuestionOne();
     Console.ReadKey();
 }
Esempio n. 2
0
        static void Main(string[] args)
        {
            var t = new TestPaper1();

            t.QuestionOneAnswer("26");
            t.QuestionOne();
            Console.ReadKey();
        }