编写一个学生注册界面
要用到的控件
lable、textbox、groupbox、radioButton、checkBox、comboBox、button。
代码如下:
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 _20190701048周皇实验二
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
string

6636

被折叠的 条评论
为什么被折叠?



