当前所在位置:珠峰网资料 >> 计算机 >> 计算机等级考试 >> 正文
计算机二级辅导:VB类和结构
发布时间:2010/8/3 10:54:16 来源:城市学习网 编辑:ziteng
  Structure SHenry
  Public x, y As Integer
  Public Sub New(ByVal x As Integer, ByVal y As Integer)
  Me.x = x
  Me.y = y
  End Sub
  End Structure
  Sub main()
  Dim H1 As SHenry = New SHenry()
  Dim H2 As SHenry = New SHenry(2, 1)
  End Sub
广告合作:400-664-0084 全国热线:400-664-0084
Copyright 2010 - 2017 www.my8848.com 珠峰网 粤ICP备15066211号
珠峰网 版权所有 All Rights Reserved