摘要: 需求1. 双击窗体,弹出无标题的messageBox源码using System;using System.Windows.Forms;namespace ReflexilDemo{ publicclass DemoForm : Form { public DemoForm() { //InitializeComponent(); this.Click+=DisplayResultButton_C... 阅读全文
posted @ 2009-10-08 20:59 b0b0 阅读(6032) 评论(5) 推荐(0)