图片附件: 游客没有浏览图片的权限,请
登录 或
注册
using System;
using System.Collections.Generic;
using
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
label5.Text = "&&cn";
}
private void label2_Click(object sender, EventArgs e)
{
label5.Text = "&&zn";
}
private void label3_Click(object sender, EventArgs e)
{
label5.Text = "";
}
}
}