yavsc/yavscModel/FileSystem/FileInfoCollection.cs
Paul Schneider f3a2efa244 refactoring
2014-10-06 04:58:47 +02:00

12 lines
160 B
C#

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