Exemplo n.º 1
0
 public Speaker(Speaker2 s1)
 {
     this.Name = s1.Name;
      this.Bio = s1.Bio;
 }
Exemplo n.º 2
0
 public Speaker(Speaker2 s1)
 {
     this.Name = s1.Name;
     this.Bio  = s1.Bio;
 }