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