嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于Winform.net 的翻译软件
.
├── Translator
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TransHelper.cs
│ ├── Translator.csproj
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── Translator.exe
│ │ │ ├── Translator.exe.config
│ │ │ └── Translator.pdb
│ │ └── Release
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── Release.rar
│ │ ├── Translator.exe
│ │ ├── Translator.exe.config
│ │ └── Translator.pdb
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── Translator.Form1.resources
│ │ │ ├── Translator.Properties.Resources.resources
│ │ │ ├── Translator.csproj.CopyComplete
│ │ │ ├── Translator.csproj.CoreCompileInputs.cache
│ │ │ ├── Translator.csproj.FileListAbsolute.txt
│ │ │ ├── Translator.csproj.GenerateResource.cache
│ │ │ ├── Translator.csprojAssemblyReference.cache
│ │ │ ├── Translator.exe
│ │ │ └── Translator.pdb
│ │ └── Release
│ │ ├── TempPE
│ │ ├── Translator.Form1.resources
│ │ ├── Translator.Properties.Resources.resources
│ │ ├── Translator.csproj.CopyComplete
│ │ ├── Translator.csproj.CoreCompileInputs.cache
│ │ ├── Translator.csproj.FileListAbsolute.txt
│ │ ├── Translator.csproj.GenerateResource.cache
│ │ ├── Translator.csprojAssemblyReference.cache
│ │ ├── Translator.exe
│ │ └── Translator.pdb
│ └── packages.config
├── Translator.sln
└── packages
└── Newtonsoft.Json.13.0.1
├── LICENSE.md
├── Newtonsoft.Json.13.0.1.nupkg
├── lib
│ ├── net20
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── net35
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── net40
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── net45
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── netstandard1.0
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── netstandard1.3
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ └── netstandard2.0
│ ├── Newtonsoft.Json.dll
│ └── Newtonsoft.Json.xml
└── packageIcon.png
20 directories, 62 files