moddata.cs
来自「windows mobile 开发实例wi ndows mobile 开发实例」· CS 代码 · 共 24 行
CS
24 行
//-----------------------------------------------------------------------------
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
// (c) Copyright 2002-2004 Paul Yao and David Durant.
// All rights reserved.
//-----------------------------------------------------------------------------
using System;
using System.Data;
using System.Data.SqlClient;
namespace CreateDatabase
{
/// <summary>
/// Summary description for ModData.
/// </summary>
public class ModData
{
static internal DataSet dsetDB;
static internal SqlDataAdapter daptProducts;
static internal SqlDataAdapter daptCategories;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?