IListContent.cs 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 namespace AirFishLab.ScrollingList.ContentManagement { /// <summary> /// The content for the list boxes /// </summary> public interface IListContent { } }