d1afc92d94
- creazione lista porte
11 lines
217 B
VB.net
11 lines
217 B
VB.net
Imports System.ComponentModel.Composition
|
|
Imports Supervisor.Plugin.Interface
|
|
|
|
<Export(GetType(IPluginControl))>
|
|
<ExportMetadata("Name", "MainMenu")>
|
|
Public Class MainMenuV
|
|
Implements IPluginControl
|
|
|
|
|
|
End Class
|