Esempio n. 1
0
 public Questions(Answers answer)
 {
     Wand = answer;
 }
Esempio n. 2
0
        }                                 // This is important. Do not delete this.

        public Questions()
        {
            Wand = new Answers();
        }