示例#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;
        }
示例#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;
        }
示例#3
0
文件: Program.cs 项目: 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;
        }