mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
10 lines
138 B
C#
10 lines
138 B
C#
namespace FeedCenter.Options
|
|
{
|
|
public enum MultipleLineDisplay
|
|
{
|
|
Normal,
|
|
SingleLine,
|
|
FirstLine
|
|
}
|
|
}
|