Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/WlanAuthCipherPairList.cs
T

11 lines
190 B
C#

using System.Collections.Generic;
using System.Reflection;
namespace MicrosoftZuneLibrary
{
[DefaultMember("Item")]
public class WlanAuthCipherPairList : List<WlanAuthCipherPair>
{
}
}