Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Feeder run = new Feeder();

            run.Runner();
            Console.ReadKey();
        }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     Feeder run = new Feeder();
     run.Runner();
     Console.ReadKey();
 }