Exemplo n.º 1
0
 public Form(bool civilStatus)
 {
     _formAnswer = new List<FormAnswer>();
     Questions = new Questions(this, civilStatus);
 }
Exemplo n.º 2
0
 public Form()
 {
     Questions = new Questions( this );
     _formAnswer = new List<FormAnswer>();
 }