資源簡介
C# 串口和以太網通訊超級調試助手 源代碼,很實用,是不錯的學習資料。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Reflection;
using?System.Windows.Forms;
namespace?LeafSoft
{
????partial?class?AboutMe?:?Form
????{
????????public?AboutMe()
????????{
????????????InitializeComponent();
????????????this.Text?=?string.Format(“關于?{0}“?Lib.AppInfor.AssemblyProduct);
????????????this.label1.Text?=?string.Format(“產品名稱:?{0}“?Lib.AppInfor.AssemblyProduct);
????????????this.label2.Text?=?string.Format(“版本:?{0}“?Lib.AppInfor.AssemblyVersion);
????????????this.label3.Text?=?string.Format(“版權:?{0}“?Lib.AppInfor.AssemblyCopyright);
????????????this.label4.Text?=?string.Format(“公司:?{0}“?Lib.AppInfor.AssemblyCompany);
????????????this.textBoxDescription.Text?=?Lib.AppInfor.AssemblyDescription;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????227??2013-09-17?08:34??.gitignore
?????文件???????????5??2013-09-17?08:34??.tfignore
?????文件????????6578??2013-09-17?08:34??AboutMe.Designer.cs
?????文件?????????836??2013-09-17?08:34??AboutMe.cs
?????文件????????5698??2013-09-17?08:34??AboutMe.resx
?????文件????????1752??2013-09-17?08:34??LICENSE.txt
?????目錄???????????0??2013-09-17?08:34??LeafControl\
?????文件???????11000??2013-09-17?08:34??LeafControl\BytesBox.cs
?????文件????????1187??2013-09-17?08:34??LeafControl\CMDTextBox.cs
?????文件????????1577??2013-09-17?08:34??LeafControl\HexBox.cs
?????文件???????13180??2013-09-17?08:34??LeafSoft.csproj
?????文件????????1608??2013-09-17?08:34??LeafSoft.sln
?????目錄???????????0??2013-09-17?08:34??Lib\
?????文件????????3768??2013-09-17?08:34??Lib\AppInfor.cs
?????文件????????9471??2013-09-17?08:34??Lib\BytesCheck.cs
?????文件?????????828??2013-09-17?08:34??Lib\EnumType.cs
?????文件????????1959??2013-09-17?08:34??Lib\HotKey.cs
?????文件????????1353??2013-09-17?08:34??Lib\LeafEvent.cs
?????文件????????6229??2013-09-17?08:34??Lib\SnifferSocket.cs
?????目錄???????????0??2013-09-17?08:34??Model\
?????文件????????2602??2013-09-17?08:34??Model\CMD.cs
?????文件????????4219??2013-09-17?08:34??Model\IPPacket.cs
?????文件????????2310??2013-09-17?08:34??Model\LeafTCPClient.cs
?????文件????????2151??2013-09-17?08:34??Model\LeafUDPClient.cs
?????目錄???????????0??2013-09-17?08:34??PartPanel\
?????文件?????????772??2013-09-17?08:34??PartPanel\ba
?????文件????????1090??2013-09-17?08:34??PartPanel\ComMonitor.Designer.cs
?????文件?????????424??2013-09-17?08:34??PartPanel\ComMonitor.cs
?????文件????????6533??2013-09-17?08:34??PartPanel\ComPanel.Designer.cs
?????文件????????2043??2013-09-17?08:34??PartPanel\ComPanel.cs
?????文件????????5900??2013-09-17?08:34??PartPanel\ComPanel.resx
............此處省略96個文件信息
評論
共有 條評論