WIP
This commit is contained in:
10
EDIDocumentImport/frmMandatorSelection.vb
Normal file
10
EDIDocumentImport/frmMandatorSelection.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user