mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
7 lines
96 B
C#
7 lines
96 B
C#
namespace FeedCenter;
|
|
|
|
public enum MultipleOpenAction
|
|
{
|
|
IndividualPages,
|
|
SinglePage
|
|
} |