10 lines
202 B
C#
10 lines
202 B
C#
namespace Tv7Playlist
|
|
{
|
|
public class LoggingEvents
|
|
{
|
|
public const int Startup = 1000;
|
|
public const int Playlist = 1001;
|
|
|
|
public const int PlaylistNotFound = 4000;
|
|
}
|
|
} |