players.vb

来自「Programming the .NET Compact Framework w」· VB 代码 · 共 19 行

VB
19
字号
' Players.vb - Structure for player info.
'
' Code from _Programming the .NET Compact Framework with C#_
' and _Programming the .NET Compact Framework with VB_
' (c) Copyright 2002-2003 Paul Yao and David Durant. 
' All rights reserved.

Imports System
Imports System.Drawing

Public Class Players
   Public strName1 As String
   Public strName2 As String
   Public bComputerPlaying As Boolean
   Public clr1 As System.Drawing.Color
   Public clr2 As System.Drawing.Color
End Class

⌨️ 快捷键说明

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