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