예제 #1
0
 /// <summary>
 /// Implements Interface member Execute to "Get popular woman name" command.
 /// </summary>
 public void Execute()
 {
     receiver.GetPopularWomanName();
 }