Revert "commit"

This commit is contained in:
2024-10-02 08:59:41 +00:00
parent 298156bc8d
commit a39d888c67
2987 changed files with 174 additions and 13775 deletions

19
SDL/Form3.vb Normal file
View File

@@ -0,0 +1,19 @@
Public Class Form3
Public AktivId As String
Private Sub txtBesonderheiten_TextChanged(sender As Object, e As EventArgs) Handles txtBesonderheiten.TextChanged
'txtBesonderheiten
'txtKdNr
End Sub
Friend Sub LoadOrders(ByVal AktivIdtmp As String)
'OrdersTableAdapter.FillByCustomerID(NorthwindDataSet.Orders, CustomerID)
AktivId = AktivIdtmp
' MsgBox(AktivId)
End Sub
Private Sub Form3_Load(sender As Object, e As EventArgs) Handles Me.Load
txtKdNr.Text = AktivId
End Sub
End Class