database.vb

来自「对现代企业来说」· VB 代码 · 共 8 行

VB
8
字号

REM If the PocketPC where to Support SOAPFormaters then we would serialize the database in 
REM this class 
REM <Serializable()> _
Public Class DataBase
    Public ds As DataSet
End Class

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?