|
|
1
2
WinForms没有这样的内置功能,但是WPF使用它的命令。见 http://www.microsoft.com/belux/msdn/nl/community/columns/jdruyts/wpf_commandpattern.mspx |
|
|
2
3
你也可以看看 Actions for .NET WinForms . 除此之外,它允许以类似Delphi的方式对操作进行分类,并且可以选择异步执行和/或更新操作。 |
|
|
3
2
是的,有: Crad's Actions . 这是一个描述和托管原始源代码的代码项目页。这个 code link 上 original author's page 被打破了。 很遗憾,微软没有采纳他们。
|