RootDrives WIP

This commit is contained in:
2022-05-14 22:14:37 +02:00
parent 1682d5afd1
commit 9a99aad030
16 changed files with 409 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
namespace FileTime.App.Core.Services;
public interface IExitHandler
{
Task ExitAsync();
}