资源大小: 3.2MB
发布时间: 2010-10-27
文件格式: rar
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

C#课件学习事件过程:private void addop_Click(object sender, EventArgs e){ int n; n = Convert.ToInt16(textBox1.Text) + Convert.ToInt16(textBox2.Text); textBox3.Text = n.ToString(); }private void subop_Click(object sender, EventArgs e){ int n; n = Convert.ToInt16(textBox1.Text) * Convert.ToInt16(textBox2.Text); textBox3.Text = n.ToString(); }private void mulop_Click(object sender, EventArgs e){ int n; n = Convert.ToInt16(textBox1.Text) * Convert.ToInt16(textBox2


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。