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

11 lines
176 B
C#

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