コード例 #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
ファイル: Program.cs プロジェクト: Sobirzhon-Davlatov/PP2
        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;
        }