最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
一个记录程序运行时间表的控件
时间:2022-07-02 12:02:16 编辑:袖梨 来源:一聚教程网
using System;
using System.Collections;
using System.Data;
namespace MyTools
{
///
/// Summary description for TimeTest.
///
public class TimeTest
{
private DataTable manager = new DataTable("manager");
private DataTable timeList = new DataTable("timeList");
public TimeTest()
{
#region initialize the ManagerTable to save the test cases
DataColumn tempColumn = new DataColumn("name",typeof(System.String));
manager.Columns.Add(tempColumn);
tempColumn = new DataColumn("description",typeof(System.String));
manager.Columns.Add(tempColumn);
using System.Collections;
using System.Data;
namespace MyTools
{
///
/// Summary description for TimeTest.
///
public class TimeTest
{
private DataTable manager = new DataTable("manager");
private DataTable timeList = new DataTable("timeList");
public TimeTest()
{
#region initialize the ManagerTable to save the test cases
DataColumn tempColumn = new DataColumn("name",typeof(System.String));
manager.Columns.Add(tempColumn);
tempColumn = new DataColumn("description",typeof(System.String));
manager.Columns.Add(tempColumn);
相关文章
- 《光与影 33号远征队》周年纪念销售数据更新 05-13
- 《光与影 33号远征队》的结局是这款RPG最精彩的部分 05-13
- 异环自选S级角色推荐 05-13
- 唐门技能攻略(唐门技能攻略详解,助你成为顶级强者) 05-13
- 她收藏的稀有宝可梦传说 阿尔宙斯卡牌数量史无前例 引发了广泛关注 05-13
- 据报道 早期玩家认为 Fairgames 试玩体验“乏味” 05-13