ConsoleUI container size text

This commit is contained in:
2023-08-16 12:00:07 +02:00
parent e35702c8e6
commit cbbf7b3704
27 changed files with 191 additions and 46 deletions

View File

@@ -0,0 +1,8 @@
using System.Collections.ObjectModel;
namespace FileTime.Providers.Local;
public interface IRootDriveInfoService
{
ObservableCollection<RootDriveInfo> RootDriveInfos { get; set; }
}