yavsc/yavscModel/FileSystem/FileInfoCollection.cs

13 lines
160 B
C#

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