资源简介
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个文件信息
相关资源
- C#解析HL7消息的库135797
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
评论
共有 条评论