
C#
文章平均质量分 91
再启动
很久以前是个开发,后来转行测试,再后来感到项目经理,现在回炉做自动化测试,硬件、软件、安卓、苹果都涉及,什么都学,什么都会,但都不是专家,好尴尬。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Enum 结构
引用自:http://technet.microsoft.com/zh-cn/office/system.enum(VS.85).aspx为枚举提供基类。 命名空间: System程序集: mscorlib(在 mscorlib.dll 中) 语法 Visual Basic(声明) _True)> _Public MustInherit Class转载 2008-08-01 13:15:00 · 1220 阅读 · 0 评论 -
c# 自定义事件
查看原文请点这里C# EventsThe fifteenth part of the C# Object-Oriented Programming tutorial explains the use of events. Events can be added to a class to allow it to indicate when a specific action has oc转载 2009-05-20 09:39:00 · 1160 阅读 · 0 评论 -
Using the DataGrid Control in Pocket PC Applications
本文转自Pocket PC (General) Technical ArticlesUsing the DataGrid Control in Pocket PC Applications Christian Forsbergbusinessanyplace.netSeptember 2003Applies to: Windows Mobile™ 2003 software f转载 2009-05-20 15:26:00 · 2330 阅读 · 0 评论 -
Windows Mobile 5.0 .NET 使用DataGrid
本文讲述如何使用DataGrid显示数据,及如何编辑DataGrid中显示的数据。效果图如下: 首先,演示如何使用DataGrid显示数据:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing原创 2009-05-22 17:24:00 · 2035 阅读 · 2 评论