EXG Automatisierung Gestellungsprozess, NCTS Erstellung

This commit is contained in:
2025-01-26 21:53:50 +01:00
parent 444293a564
commit 946c8c165a
15 changed files with 2636 additions and 20 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