mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
6 lines
108 B
C#
6 lines
108 B
C#
namespace FeedCenter.Options
|
|
{
|
|
public class CheckedFeedListItem : CheckedListItem<Feed>
|
|
{
|
|
}
|
|
} |