yavsc/yavscModel/FileSystem/FileInfoCollection.cs

12 lines
160 B
C#
Raw Normal View History

2014-07-16 20:35:03 +02:00
using System;
using System.IO;
using System.Collections.Generic;
2014-10-06 04:58:47 +02:00
namespace Yavsc.Model.FileSystem
2014-07-16 20:35:03 +02:00
{
public class FileInfoCollection: List<FileInfo>
{
}
}