RootDrive navigation

This commit is contained in:
2022-05-15 21:55:06 +02:00
parent f99f90783f
commit b260b4d58a
4 changed files with 22 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ public class OpenContainerCommand : IUserCommand
{
public IAbsolutePath Path { get; }
private OpenContainerCommand(IAbsolutePath path)
public OpenContainerCommand(IAbsolutePath path)
{
Path = path;
}