moved to subfolder

This commit is contained in:
2018-12-09 23:24:53 +01:00
parent fd86f3e9c7
commit 02aad5f41d
25 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
namespace Tv7Playlist
{
public class LoggingEvents
{
public const int Startup = 1000;
public const int Playlist = 1001;
public const int ParsingM3uPlayList = 1002;
public const int PlaylistNotFound = 4000;
}
}