10 lines
263 B
VB.net
10 lines
263 B
VB.net
Imports MultiTool.Shared.Schemas
|
|
|
|
Namespace My
|
|
<HideModuleName()>
|
|
Module MyExtensions
|
|
Friend Property TemplateConfiguration As SchemaConfig
|
|
Friend Property MappingConfiguration As New List(Of MappingConfig)
|
|
End Module
|
|
End Namespace
|