9 lines
103 B
VB.net
9 lines
103 B
VB.net
Namespace Model
|
|
|
|
Public Enum CodeLanguage
|
|
VB
|
|
CSharp
|
|
End Enum
|
|
|
|
End Namespace
|