예제 #1
0
 public void AdvanceMessage(Screen screenLocation)
 {
     if (screenLocation == Screen.Bottom)
     {
         BottomOfScreenMessage.NextMessage();
     }
 }