Example #1
0
 public Question( )
 {
     _Questions = new Questions ();
 }
Example #2
0
 public Question( Questions Par)
 {
     _Questions = Par;
 }