資源簡介
winform與控制臺通訊例子
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Diagnostics;
using?System.Drawing;
using?System.IO;
using?System.Linq;
using?System.Text;
using?System.Web.script.Serialization;
using?System.Windows.Forms;
namespace?WindowsFormsApplication1
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????public?struct?JsonClass
????????{
????????????public?string?exchanger?{?get;?set;?}?//屬性的名字,必須與json格式字符串中的“key“值一樣。
????????????public?string?age?{?get;?set;?}
????????????public?string?email?{?get;?set;?}
????????????public?string?QQ?{?get;?set;?}
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????503296??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\net20\Newtonsoft.Json.dll
?????文件?????531644??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\net20\Newtonsoft.Json.xm
?????文件?????439296??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\net35\Newtonsoft.Json.dll
?????文件?????475412??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\net35\Newtonsoft.Json.xm
?????文件?????504320??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll
?????文件?????494336??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.xm
?????文件?????513536??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll
?????文件?????494336??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.xm
?????文件?????457216??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\netcore45\Newtonsoft.Json.dll
?????文件?????464140??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\netcore45\Newtonsoft.Json.xm
?????文件?????400896??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll
?????文件?????442499??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.xm
?????文件?????477696??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll
?????文件?????464159??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.xm
?????文件????1562062??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\Newtonsoft.Json.6.0.8.nupkg
?????文件???????3674??2015-06-12?19:16??WindowsFormsApplication1\packages\Newtonsoft.Json.6.0.8\tools\install.ps1
?????文件????????143??2015-06-12?19:16??WindowsFormsApplication1\packages\repositories.config
?????文件??????10240??2015-06-13?14:24??WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe
?????文件??????26112??2015-06-13?14:24??WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb
?????文件??????22656??2015-06-13?14:24??WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe
?????文件????????490??2013-03-18?17:00??WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest
?????文件???????2355??2015-06-13?14:24??WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs
?????文件???????3121??2015-06-12?18:18??WindowsFormsApplication1\WindowsFormsApplication1\Form1.Designer.cs
?????文件???????5817??2015-06-12?18:18??WindowsFormsApplication1\WindowsFormsApplication1\Form1.resx
?????文件????????865??2015-06-12?09:34??WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7321??2015-06-12?19:20??WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????2532??2015-06-13?14:24??WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt
?????文件????????977??2015-06-12?18:18??WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.GenerateResource.Cache
?????文件??????10955??2015-06-12?19:22??WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csprojResolveAssemblyReference.cache
?????文件??????10240??2015-06-13?14:24??WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.exe
............此處省略35個文件信息
- 上一篇:MVC多語言開發
- 下一篇:c#smtp發郵件代碼
評論
共有 條評論