29 Star 65 Fork 19

比智科技 / SuperDebuger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AboutMe.cs 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
比智科技 提交于 2014-06-19 22:38 . 提交代码
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;
}
}
}
C#
1
https://gitee.com/haichuan/SuperDebuger.git
git@gitee.com:haichuan/SuperDebuger.git
haichuan
SuperDebuger
SuperDebuger
master

搜索帮助