資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Windows.Forms;
using?System.Text.Regularexpressions;
namespace?LocalChat
{
????public?partial?class?Form1?:?Form
????{
????????private?Peer?peer;
????????private?bool?connected?=?false;
????????private?bool?messageBoxKeyPressed?=?false;
????????private?bool?usernameBoxKeyPressed?=?false;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????peer?=?new?Peer();
????????????listBox1.DataSource?=?new?BindingSource(peer.ConnectedClients.Keys?null);
????????????//listBox1.DisplayMember?=?“Key“;?//Username
????????????//listBox1.ValueMember?=?“Value“;?//IPAdress
????????????button2.Enabled?=?false;
????????????//richTextBox1.Text?=?“You?are?using?LocalChat?v0.2?by?MCL?&?M4a1x“;
????????????richTextBox1.Tex
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-12?15:43??.vs\
?????目錄???????????0??2018-11-12?15:43??.vs\LocalChat\
?????目錄???????????0??2018-11-12?15:43??.vs\LocalChat\v14\
?????文件???????54272??2018-11-12?15:46??.vs\LocalChat\v14\.suo
?????文件?????????853??2015-12-22?15:16??LocalChat.sln
?????文件???????26624??2015-12-22?15:16??LocalChat.suo
?????目錄???????????0??2018-11-12?15:43??LocalChat\
?????文件?????????114??2015-12-22?15:16??LocalChat\app.config
?????目錄???????????0??2018-11-12?15:43??LocalChat\bin\
?????目錄???????????0??2018-11-12?15:43??LocalChat\bin\Debug\
?????文件???????25600??2015-12-22?15:16??LocalChat\bin\Debug\LocalChat.exe
?????文件?????????114??2015-12-22?15:16??LocalChat\bin\Debug\LocalChat.exe.config
?????文件???????38400??2015-12-22?15:16??LocalChat\bin\Debug\LocalChat.pdb
?????文件???????21688??2015-12-22?15:16??LocalChat\bin\Debug\LocalChat.vshost.exe
?????文件?????????114??2015-12-22?15:16??LocalChat\bin\Debug\LocalChat.vshost.exe.config
?????文件?????????479??2015-12-22?15:16??LocalChat\bin\Debug\LocalChat.vshost.exe.manifest
?????目錄???????????0??2018-11-12?15:44??LocalChat\bin\Release\
?????文件???????24576??2018-11-12?15:44??LocalChat\bin\Release\LocalChat.exe
?????文件?????????114??2015-12-22?15:16??LocalChat\bin\Release\LocalChat.exe.config
?????文件???????34304??2018-11-12?15:44??LocalChat\bin\Release\LocalChat.pdb
?????文件???????21688??2018-11-12?15:46??LocalChat\bin\Release\LocalChat.vshost.exe
?????文件?????????114??2015-12-22?15:16??LocalChat\bin\Release\LocalChat.vshost.exe.config
?????文件?????????490??2018-04-12?07:35??LocalChat\bin\Release\LocalChat.vshost.exe.manifest
?????文件????????6539??2015-12-22?15:16??LocalChat\Form1.cs
?????文件???????18797??2015-12-22?15:16??LocalChat\Form1.Designer.cs
?????文件????????5698??2015-12-22?15:16??LocalChat\Form1.resx
?????文件????????3551??2015-12-22?15:16??LocalChat\LocalChat.csproj
?????文件?????????413??2015-12-22?15:16??LocalChat\LocalChat.csproj.user
?????目錄???????????0??2018-11-12?15:43??LocalChat\obj\
?????目錄???????????0??2018-11-12?15:43??LocalChat\obj\x86\
?????目錄???????????0??2018-11-12?15:43??LocalChat\obj\x86\Debug\
............此處省略35個文件信息
評論
共有 條評論