9 lines
94 B
C#
9 lines
94 B
C#
namespace SebWindowsConfig.Entities
|
|
{
|
|
enum FilterAction
|
|
{
|
|
Block,
|
|
Allow
|
|
}
|
|
}
|