资源简介
代码片段和文件信息
#region Namespace Inclusions
using System;
using System.Text;
using System.Diagnostics;
using System.IO;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
using System.Reflection;
#endregion
namespace SerialPortTerminal
{
public partial class frmAbout : Form
{
private string TempFile = Path.GetTempFileName();
public frmAbout()
{
InitializeComponent();
// Read the about HTML from the assembly
string html = (new StreamReader(Assembly.GetExecutingAssembly().GetManifestResourceStream(“SerialPortTerminal.About.htm“))).ReadToEnd();
// Replace sections with appropriate data
html = html.Replace(“{version}“ Assembly.GetExecutingAssembl
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-05-23 11:00 SerialPortTerminal\
文件 1228 2009-05-04 09:39 SerialPortTerminal\About.cs
文件 2170 2005-03-24 07:21 SerialPortTerminal\About.Designer.cs
文件 1324 2009-05-04 09:38 SerialPortTerminal\About.htm
文件 5647 2005-03-24 07:19 SerialPortTerminal\About.resx
文件 1659 2009-03-30 09:51 SerialPortTerminal\app.config
文件 1078 2005-03-24 06:21 SerialPortTerminal\App.ico
目录 0 2011-02-09 14:14 SerialPortTerminal\bin\
文件 766 2005-03-14 15:05 SerialPortTerminal\Datacomm-105.ico
文件 1243 2011-01-10 23:32 SerialPortTerminal\Notes.txt
目录 0 2011-02-09 14:14 SerialPortTerminal\obj\
文件 378 2005-03-14 05:56 SerialPortTerminal\Program.cs
目录 0 2011-05-23 11:00 SerialPortTerminal\Properties\
文件 1283 2005-03-14 05:14 SerialPortTerminal\Properties\AssemblyInfo.cs
文件 2860 2010-07-27 06:07 SerialPortTerminal\Properties\Resources.Designer.cs
文件 5612 2005-03-14 05:14 SerialPortTerminal\Properties\Resources.resx
文件 4728 2010-07-27 06:07 SerialPortTerminal\Properties\Settings.Designer.cs
文件 1360 2009-03-30 09:51 SerialPortTerminal\Properties\Settings.settings
文件 59 2005-03-24 08:00 SerialPortTerminal\Readme.txt
文件 925 2010-03-22 05:10 SerialPortTerminal\SerialPortTerminal VS2008.sln
文件 925 2010-07-27 06:07 SerialPortTerminal\SerialPortTerminal VS2010.sln
文件 30208 2011-05-23 11:00 SerialPortTerminal\SerialPortTerminal VS2010.suo
文件 7195 2011-05-23 11:00 SerialPortTerminal\SerialPortTerminal.csproj
文件 882 2010-07-27 06:07 SerialPortTerminal\SerialPortTerminal.csproj.user
文件 24576 2010-06-09 00:16 SerialPortTerminal\SerialPortTerminal.suo
文件 15392 2010-07-27 06:14 SerialPortTerminal\Terminal.cs
文件 20556 2011-01-10 23:30 SerialPortTerminal\Terminal.Designer.cs
文件 8130 2009-09-09 05:50 SerialPortTerminal\Terminal.resx
相关资源
- c# 实现 google 汉译英接口
- VC中PC SC智能卡接口的编程
- Huobi.net api 接口
- MakeTwoBarCode(CSharp) 2012年最新二维码
- MT4-CTP MT4-CTP接口
- 海康威视工业相机二次开发-C#.rar
- C# 一个简单的 Restful 服务端和 Restfu
- 搜狗提供的坐标转换调用
- 最新银海医保接口.net
- 北大青鸟ACCP5.0 S2 .NET C# 三层架构 三层
- 求方形、圆形、三角形面积周长的C
- PHD实时数据库net API接口文档和c#代码
- 银海医保接口调用演示程序
- C#调用Adobe Reader XI接口,实现pdf文件内
- 条码扫描器接口编程
- WebQQ 接口 以及测试项目
- 亿起发 所有api接口调用 c# 版本,
- 短信中间件完整源码_需求文档_设计文
- C# 百度LBS云存储/云检索 接口封装SD
- 微信公众号支付接口
- C# 读取网页验证码并模拟提交表单 充
- Http接口调用工具HttpHelper
- asp.net 支付宝与财付通的接口源码
- C# 发送短信验证码(阿里云短信接口
- 支付宝当面付接口demo(面对面扫码支
- c#版 微信接口(含5.0所有接口)
- asp.net支付宝接口
- c#调用天气预报接口
- C# 调用阿里短信接口发短信
- 通联支付接口(.net/php/java)
评论
共有 条评论