Exemplo n.º 1
0
 public _Meeting()
 {
     Supervisor = new _Supervisor();
     Student    = new _Student();
 }
Exemplo n.º 2
0
 public _Thesis()
 {
     Supervisor = new _Supervisor();
     Student    = new _Student();
 }