コード例 #1
0
ファイル: Program.cs プロジェクト: alexandercessac/Lib
        private static void DoRead(FileClient helper)
        {
            helper.ReadAll();

            if (!helper.ReadingFiles)
            {
                var tmp = helper.ReadData;
            }

        }