1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/haichuan-SuperDebuger

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
AboutMe.cs 836
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
benny Отправлено 19.06.2014 18:38 d46fda8
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;
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/haichuan-SuperDebuger.git
git@api.gitlife.ru:oschina-mirror/haichuan-SuperDebuger.git
oschina-mirror
haichuan-SuperDebuger
haichuan-SuperDebuger
master