Esempio n. 1
0
File: Person.cs Progetto: ivitz/test
 public void Talk(string s)
 {
     _speaker.Speak(s);
 }