* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
7 lines
92 B
C#
7 lines
92 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public enum GuideMode
|
|
{
|
|
Normal = 0,
|
|
Filler = 1
|
|
} |