9 lines
163 B
C#
9 lines
163 B
C#
using System.Collections.Generic;
|
|
|
|
namespace TheXamlGuy.Framework.WPF
|
|
{
|
|
public interface IRouteDescriptorCollection : IList<IRouteDescriptor>
|
|
{
|
|
|
|
}
|
|
} |