예제 #1
0
        public void ComputeHashTest()
        {
            string file_path = @"F:\project\FileTransfer\Test\example.txt";

            Console.WriteLine(FileCommon.ComputeHash(file_path));
        }