mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
9 lines
137 B
VB.net
9 lines
137 B
VB.net
'<Person>
|
|
Public Class Person
|
|
|
|
Public Property Name As String
|
|
Public Property Birthdate As DateTime
|
|
|
|
End Class
|
|
'</Person>
|