| [STAThread]
static void Main()
{
Application.Run(new WinForm());
}
private void button1_Click(object sender, System.EventArgs e)
{
textBox1.Text="Hello World.";
}
private void textBox1_TextChanged(object sender, System.EventArgs e)
{
}
}
}
上一页 [1] [2] [3] [4] [5] |