12 lines
215 B
C#
12 lines
215 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace umbraco.presentation.ClientDependency
|
|||
|
|
{
|
|||
|
|
public class ClientDependencyPathCollection : List<ClientDependencyPath>
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|