Beispiel #1
0
 public void Select (TCommandComm command, string clientName)
 {
   Command = command;
   ClientName = clientName;
 } 
Beispiel #2
0
    public void NotifyProcess (TCommandComm command)
    {
      m_DataComm.Select (command, ProcessName);

      m_Communication.Publish (m_DataComm);
    }