1 Star 0 Fork 11

CAN/JJGet

forked from fffonion/JJGet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
frmAbout.cs 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
fffonion 提交于 2019-06-30 01:39 . 修复登录 #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(linkLabel1.Text);
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/zengcan/JJGet.git
git@gitee.com:zengcan/JJGet.git
zengcan
JJGet
JJGet
master

搜索帮助