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

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