IFileItem.cs
namespace Maywork.WPF.Helpers;
public interface IFileItem
{
string Path { get; }
bool IsDirectory { get; }
}
Download
コンピュータIFileItem.cs
namespace Maywork.WPF.Helpers;
public interface IFileItem
{
string Path { get; }
bool IsDirectory { get; }
}
コメント