ConsoleUI container size text
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace FileTime.Providers.Local;
|
||||
|
||||
public interface IRootDriveInfoService
|
||||
{
|
||||
ObservableCollection<RootDriveInfo> RootDriveInfos { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user