공부/C sharp
[Code Project]WaitCursor hack using using
잠수함토끼
2008. 7. 3. 14:01
Introduction
A hack to replicate MFC's CWaitCursor
class in C#.
Background
I found that the using
keyword in C# has two uses:
- The
using
directive, which we all know. - The
using
statement, which is v. cool. This gave me the idea for this article.