コード例 #1
0
ファイル: RemoteService.cs プロジェクト: jianchengzou/IpcTest
 public void RaiseNotification(string message)
 {
     Notify?.Invoke(message);
 }