K
Kay
Hi all,
In vb6, I can define a custom type like this:
Private Type uClient
sName As String
sMonday As Double
sMondayHeadCnt As Integer
End Type
Wondering is it possible to do the same thing in .net?
Thanks~~
Kay
In vb6, I can define a custom type like this:
Private Type uClient
sName As String
sMonday As Double
sMondayHeadCnt As Integer
End Type
Wondering is it possible to do the same thing in .net?
Thanks~~
Kay