コード例 #1
0
 public bool DispatchAsynchronous(Command cmd)
 {
     return(m_delegate.DispatchAsynchronous(cmd));
 }