This commit is contained in:
2020-05-31 22:25:35 +02:00
parent 4a358d43fd
commit 083e666fbc
214 changed files with 14292 additions and 4117 deletions

View File

@@ -0,0 +1,14 @@
Public Class frmDakosy_SelFirma
Public FIMRA_DY = "VERAG" 'default
Private Sub btn_Click(sender As Object, e As EventArgs) Handles btn.Click
FIMRA_DY = "VERAG"
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
FIMRA_DY = "UNISPED"
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
FIMRA_DY = "IMEX"
End Sub
End Class