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

11 lines
190 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
using System.Collections.Generic;
using System.Reflection;
namespace MicrosoftZuneLibrary
{
[DefaultMember("Item")]
public class WlanAuthCipherPairList : List<WlanAuthCipherPair>
{
}
}