会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
EasyText, EasyLicense 的作者,
https://github.com/EasyHelper
Good Good Study,Day Day Up.
LoveJenny - https://github.com/EasyHelper
Good Good Study ,Day Day Up!
博客园
首页
新随笔
联系
订阅
管理
2013年3月13日
使用“using” 的 “Cursor”
摘要: 很多时候,我们会写下面的这段代码: private void button1_Click(object sender, EventArgs e){ Cursor cursor = Cursor.Current; this.Cursor = Cursors.WaitCursor; LongTimeMethod(); this.Cursor = cursor;}priv...
阅读全文
posted @ 2013-03-13 07:26 LoveJenny
阅读(2723)
评论(13)
推荐(10)
编辑
公告
EasyText, EasyLicense 的作者,
https://github.com/EasyHelper
Good Good Study,Day Day Up.