Cloud drives

This commit is contained in:
2023-08-30 15:34:42 +02:00
parent 9b5a0f3123
commit c5712ae30c
18 changed files with 227 additions and 48 deletions

View File

@@ -1,12 +1,11 @@
using System.Collections.ObjectModel;
using System.Runtime.InteropServices;
using FileTime.App.Core.Services;
using FileTime.Core.Models;
using ObservableComputations;
namespace FileTime.Providers.Local;
public class RootDriveInfoService : IRootDriveInfoService, IExitHandler
public class RootDriveInfoService : IRootDriveInfoService
{
private readonly ILocalContentProvider _localContentProvider;
private readonly List<DriveInfo> _rootDrives = new();