mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 09:58:53 -05:00
8 lines
111 B
C#
8 lines
111 B
C#
namespace FeedCenter.Options;
|
|
|
|
public enum MultipleLineDisplay
|
|
{
|
|
Normal,
|
|
SingleLine,
|
|
FirstLine
|
|
} |