예제 #1
0
 public void DispatchCommand(Command cmd)
 {
     if (m_viewTop.ContainsFocus)
     {
         m_viewTop.DispatchCommand(cmd);
     }
     if (m_viewBottom.ContainsFocus)
     {
         m_viewBottom.DispatchCommand(cmd);
     }
 }