Ejemplo n.º 1
0
 public Question( )
 {
     _Questions = new Questions ();
 }
Ejemplo n.º 2
0
 public Question( Questions Par)
 {
     _Questions = Par;
 }