嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
FileSender
├── Client
│ ├── Client.csproj
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Client.exe
│ │ │ ├── Client.pdb
│ │ │ ├── Client.vshost.exe
│ │ │ ├── Client.vshost.exe.manifest
│ │ │ ├── FileTransmitor.dll
│ │ │ ├── FileTransmitor.pdb
│ │ │ └── exec.log
│ │ └── Debug.rar
│ └── obj
│ └── Debug
│ ├── Client.csproj.FileListAbsolute.txt
│ ├── Client.exe
│ ├── Client.pdb
│ ├── Refactor
│ ├── ResolveAssemblyReference.cache
│ └── TempPE
├── FileSender
│ ├── FileTransmitor.cs
│ ├── FileTransmitor.csproj
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── FileTransmitor.dll
│ │ └── FileTransmitor.pdb
│ └── obj
│ └── Debug
│ ├── FileSender.csproj.FileListAbsolute.txt
│ ├── FileSender.exe
│ ├── FileSender.pdb
│ ├── FileTransmitor.csproj.FileListAbsolute.txt
│ ├── FileTransmitor.dll
│ ├── FileTransmitor.pdb
│ ├── Refactor
│ │ └── FileTransmitor.dll
│ └── TempPE
├── FileSender.sln
├── FileSender.suo
└── Server
├── Program.cs
├── Properties
│ └── AssemblyInfo.cs
├── Server.csproj
├── bin
│ └── Debug
│ ├── FileTransmitor.dll
│ ├── FileTransmitor.pdb
│ ├── Server.exe
│ ├── Server.pdb
│ ├── Server.vshost.exe
│ └── Server.vshost.exe.manifest
└── obj
└── Debug
├── Refactor
├── Server.csproj.FileListAbsolute.txt
├── Server.exe
├── Server.pdb
└── TempPE
24 directories, 41 files