コード例 #1
0
ファイル: FunctionCommonTest.cs プロジェクト: ry365/RyCommon
        public string GetLocalDiskAlignmentTest()
        {
            string result = FunctionCommon.GetLocalDiskAlignment();

            return(result);
            // TODO: 将断言添加到 方法 FunctionCommonTest.GetLocalDiskAlignmentTest()
        }