Example #1
0
 public Speaker(Speaker2 s1)
 {
     this.Name = s1.Name;
      this.Bio = s1.Bio;
 }
 public Speaker(Speaker2 s1)
 {
     this.Name = s1.Name;
     this.Bio  = s1.Bio;
 }