Ejemplo n.º 1
0
 private void OnGetRootDirectory(GetRootDirectory msg)
 {
     Sender.Tell(new GetRootDirectoryResult(_rootDirectory), Self);
 }
Ejemplo n.º 2
0
 private void OnGetRootDirectory(GetRootDirectory msg)
 {
     Sender.Tell(new GetRootDirectoryResult(_rootDirectory), Self);
 }