Implemented DateFilter, added License

This commit is contained in:
Eric Fontana
2014-07-22 11:39:32 -04:00
parent b15f36d33c
commit ec8c41eb83
4 changed files with 79 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ namespace TimberWinR.ServiceHost
{
private static void Main(string[] args)
{
Arguments arguments = new Arguments();
Arguments arguments = new Arguments();
HostFactory.Run(hostConfigurator =>
{