摘要: TextBox文本框 //只读 //折叠-多行文本 //最大长度PasswordBox密码框可空类型(null):引用类型-自定义类、string、大部分的类不可空类型:值类型(int 、boolean 、decimal小数 、DateTime)在不可null类型后加?后可以为null DateTi... 阅读全文
posted @ 2014-10-10 19:08 一个人的沙滩 阅读(605) 评论(0) 推荐(0)
摘要: sender:代表本控件Button btn1=(Button)sender;//拿到本控件btn1.Text=”button控件显示的名字”;集合类:List list1=new List;list1.Add(11);list1.Add(22); //将数字22添加到集合list1中类似于数组,但... 阅读全文
posted @ 2014-10-10 19:07 一个人的沙滩 阅读(279) 评论(0) 推荐(0)
摘要: 从今天开始入驻博客园。再苦也要努力,加油~ 阅读全文
posted @ 2014-10-08 19:47 一个人的沙滩 阅读(115) 评论(0) 推荐(0)