moddata.vb
来自「Programming the .NET Compact Framework w」· VB 代码 · 共 17 行
VB
17 行
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
' (c) Copyright 2002-2004 Paul Yao and David Durant.
' All rights reserved.
' -----------------------------------------------------------------------------
Imports System
Imports System.Data
Imports System.Data.SqlClient
Module ModData
Friend dsetDB As DataSet
Friend daptProducts As SqlDataAdapter
Friend daptCategories As SqlDataAdapter
End Module
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?