Пример #1
0
 public bool OnRequestUpdate(IpcMessage msg)
 {
     msg.SendReply <ApplicationUpdate>(m_ipcServer, IpcCall.Update, m_lastFetchedUpdate);
     return(true);
 }