MultiTool/EDIDocumentImport/frmMandatorSelection.vb
Jonathan Jenne 85eff9bfbe WIP
2021-08-18 16:47:06 +02:00

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