2009-06-19 07:39:16 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
2009-07-16 14:24:37 +00:00
|
|
|
|
namespace umbraco.presentation.ClientDependency.Controls
|
2009-06-19 07:39:16 +00:00
|
|
|
|
{
|
|
|
|
|
|
public class ClientDependencyPathCollection : List<ClientDependencyPath>
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|