Bugfixes, "Verbesserungen"
This commit is contained in:
@@ -44,7 +44,9 @@ Public Class Standorthinzu
|
||||
cmd.CommandText = "INSERT INTO Tbl_Netzwerke (Netzwerkname, VLAN, Netzwerk, NWSTANDORT, NETNAME, MAIN, SUBNETZ) VALUES ('" & NeuerStandortNameIntern & "', '0', '" & TxtNetzwerkintern.Text & "', '" & NeuerStandortName & "', 'Intern', '1', '255.255.255.0')"
|
||||
cmd.ExecuteNonQuery()
|
||||
Class1.Absender = "Standorthinzu"
|
||||
NWEdit.Show()
|
||||
Dim nwe As New NWEdit
|
||||
nwe.NW.getNetzwerk(NeuerStandortName, "Intern")
|
||||
nwe.Show()
|
||||
End If
|
||||
|
||||
Catch ex As Exception
|
||||
|
||||
Reference in New Issue
Block a user