1 Star 0 Fork 11

ajax/JJGet

forked from fffonion/JJGet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
frmAbout.cs 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
fffonion 提交于 2014-05-10 16:49 . download vip chapter #1
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace jjget
{
public partial class frmAbout : Form
{
public frmAbout()
{
InitializeComponent();
}
private void frmAbout_Load(object sender, EventArgs e)
{
label3.Text = "v" + Application.ProductVersion;
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("http://git.oschina.net/fffonion/JJGet");
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hfxb/JJGet.git
git@gitee.com:hfxb/JJGet.git
hfxb
JJGet
JJGet
master

搜索帮助