Example #1
0
File: Person.cs Project: ivitz/test
 public void Talk(string s)
 {
     _speaker.Speak(s);
 }