Files
IPTVplayer/TV Player WPF/ViewModels/GroupInfo.cs
T
2024-01-18 17:42:44 +02:00

9 lines
147 B
C#

namespace TV_Player
{
public class GroupInfo
{
public string Name { get; set; }
public int Count { get; set; }
}
}