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

            drives.GetDrivesInfo();
            drives.SearchFile();

            LinqTests lt = new LinqTests();

            lt.init();


            Console.ReadLine();
        }