order.vb

来自「Visual Basic.NET控件时尚编程百例」· VB 代码 · 共 13 行

VB
13
字号
Public Class Order
    Public CustomerNo As String
    Public CompanyName As String
    Public ShippingMethod As Integer
    Public ProductID As Integer
    Public Quantity As Integer
    Public City As String
    Public Region As String
    Public PostalCode As String
    Public Country As String
    Public Email As String
End Class

⌨️ 快捷键说明

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