コード例 #1
0
ファイル: RootDirectoryActor.cs プロジェクト: eaardal/delbert
 private void OnGetRootDirectory(GetRootDirectory msg)
 {
     Sender.Tell(new GetRootDirectoryResult(_rootDirectory), Self);
 }
コード例 #2
0
ファイル: RootDirectoryActor.cs プロジェクト: eaardal/delbert
 private void OnGetRootDirectory(GetRootDirectory msg)
 {
     Sender.Tell(new GetRootDirectoryResult(_rootDirectory), Self);
 }