
C#
Red88Army
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VS2008安装出错解决方案
个人总结仅供参考: 错误信息:[code="java"] Setup Failed. Use the following links to research the source of the failure: [/code] 解决方法我是这样做的: 首先在命令行中输入:services.msc 点击确定:Windows Installer 把他改为手动,点击完成, 再次安装,...2009-10-21 11:23:29 · 742 阅读 · 0 评论 -
C#委托
[code="java"] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DelegateOperation { public delegate void MotherDel(); class Program ...2009-10-22 21:14:13 · 139 阅读 · 0 评论