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