10 lines
320 B
VB.net
10 lines
320 B
VB.net
Imports ImporterShared.Winline
|
|
|
|
Public Class frmMandatorSelection
|
|
Public Property Mandators As List(Of Mandator)
|
|
Public Property SelectedMandator As Mandator
|
|
|
|
Private Sub frmMandatorSelection_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
|
MsgBox("TODO: Mach et!")
|
|
End Sub
|
|
End Class |