yavsc/yavscModel/FileSystem/FileInfoCollection.cs

13 lines
160 B
C#

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