基本信息
源码名称:基于Winform.net 的翻译软件
源码大小:4.37M
文件格式:.rar
开发语言:C#
更新时间:2022-04-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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