随笔分类 -  C#

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.Text; namespace temp { class ... 阅读全文
posted @ 2009-03-24 02:38 shijiesoft 阅读(363) 评论(0) 推荐(0)
摘要:private void btn_Click(object sender, EventArgs e) { string number = ((Button)sender).Text; txtShow.Text = Operation.checkNumberInput(txtShow.Text, number); ... 阅读全文
posted @ 2008-08-10 18:30 shijiesoft 阅读(96) 评论(0) 推荐(0)