mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 07:56:07 +02:00
Add vb code;person example (#1052)
This commit is contained in:
+2
@@ -2,9 +2,11 @@
|
||||
|
||||
namespace ArticleExample
|
||||
{
|
||||
//<Person>
|
||||
class Person
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public DateTime Birthdate { get; set; }
|
||||
}
|
||||
//</Person>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user