about.cs
来自「ASCII字符查询工具带源码的方便查询省得大家查表了」· CS 代码 · 共 33 行
CS
33 行
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace ASCII_Code
{
public partial class About : Form
{
public About()
{
InitializeComponent();
}
private void about_Load(object sender, EventArgs e)
{
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("mailto:wangganglj999@163.com");
}
private void label1_Click(object sender, EventArgs e)
{
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?