12 lines
160 B
C#
12 lines
160 B
C#
using System;
|
|
using System.IO;
|
|
using System.Collections.Generic;
|
|
|
|
namespace Yavsc.Model.FileSystem
|
|
{
|
|
public class FileInfoCollection: List<FileInfo>
|
|
{
|
|
|
|
}
|
|
}
|
|
|