ln.radius/AttributesCollection.cs

20 lines
421 B
C#
Raw Normal View History

2019-04-23 09:24:09 +02:00
// /**
// * File: RadiusAttributesCollection.cs
// * Author: haraldwolff
// *
// * This file and it's content is copyrighted by the Author and / or copyright holder.
// * Any use wihtout proper permission is illegal and may lead to legal actions.
// *
// *
// **/
using System;
namespace ln.radius
{
public class AttributesCollection
{
public AttributesCollection()
{
}
}
}