Esempio n. 1
0
        static void Main(string[] args)
        {
            string     path   = @"C:\Users\2017\Desktop\experiment";
            Farmanager farman = new Farmanager(path);

            farman.start();

            Console.BackgroundColor = ConsoleColor.Black;
            Console.ForegroundColor = ConsoleColor.White;
        }
Esempio n. 2
0
        static void Main(string[] args)
        {
            string     path   = @"C:\Users\User\Desktop\test\Week 1\Task2";
            Farmanager farman = new Farmanager(path);

            farman.start();

            Console.BackgroundColor = ConsoleColor.Black;
            Console.ForegroundColor = ConsoleColor.White;
        }
Esempio n. 3
0
File: Program.cs Progetto: yersj/pp2
        static void Main(string[] args)
        {
            string     path   = "C:/Users/Acer/Documents/Zona Downloads";
            Farmanager farman = new Farmanager(path);

            farman.start();

            Console.BackgroundColor = ConsoleColor.Black;
            Console.ForegroundColor = ConsoleColor.White;
        }