yavsc/yavscModel/FileSystem/FileInfoCollection.cs

13 lines
160 B
C#

using System;
using System.IO;
using System.Collections.Generic;
namespace Yavsc.Model.FileSystem
{
public class FileInfoCollection: List<FileInfo>
{
}
}