예제 #1
0
 public void  SayHello(Northern northern)
 {
     northern.SayHello();
 }
예제 #2
0
 public void SayGoodbye(Northern northern)
 {
     northern.SayGoodBye();
 }