25 lines
365 B
C#
25 lines
365 B
C#
|
11 years ago
|
using System;
|
||
|
|
using Yavsc;
|
||
|
|
using System.Collections.Specialized;
|
||
|
|
using Yavsc.Model.WorkFlow;
|
||
|
|
using Yavsc.Model.FileSystem;
|
||
|
|
using System.Web;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
|
||
|
|
namespace Yavsc.Model.FrontOffice
|
||
|
|
{
|
||
|
|
public class WebFileInfoCollection: List<WebFileInfo>
|
||
|
|
{
|
||
|
|
public WebFileInfoCollection (
|
||
|
|
HttpContextBase context, string prefix)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|