Exemplo n.º 1
0
        static void Main(string[] args)
        {
            var properties = new NameValueCollection();
            properties["showDateTime"] = "true";
            Common.Logging.LogManager.Adapter = new Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter(properties);

            var process = new PlaceNameImportProcess();
            process.Execute();

            Console.WriteLine("----------- DONE -----------");
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            var properties = new NameValueCollection();

            properties["showDateTime"]        = "true";
            Common.Logging.LogManager.Adapter = new Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter(properties);

            var process = new PlaceNameImportProcess();

            process.Execute();

            Console.WriteLine("----------- DONE -----------");
        }