MS Renaming
This commit is contained in:
@@ -187,8 +187,8 @@ Public Class frmAdministration
|
||||
|
||||
Sub Refresh_ProfileData()
|
||||
Try
|
||||
VWUSER_PROFILETableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
VWUSER_PROFILETableAdapter.Fill(MyDataset.VWUSER_PROFILE, PROFILE_IDTextBox.Text)
|
||||
VWCW_USER_PROFILETableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
VWCW_USER_PROFILETableAdapter.Fill(MyDataset.VWCW_USER_PROFILE, PROFILE_IDTextBox.Text)
|
||||
|
||||
VWCW_GROUP_PROFILETableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
VWCW_GROUP_PROFILETableAdapter.Fill(MyDataset.VWCW_GROUP_PROFILE, PROFILE_IDTextBox.Text)
|
||||
@@ -423,7 +423,7 @@ Public Class frmAdministration
|
||||
End If
|
||||
|
||||
If CtrlApplicationAssignment1.Process_DeleteAssignment() = False Then
|
||||
MsgBox("Error while deleting assignment of process!", MsgBoxStyle.Critical, "Search Flow")
|
||||
MsgBox("Error while deleting assignment of process!", MsgBoxStyle.Critical, "easyFLOW")
|
||||
End If
|
||||
|
||||
Status_Changed("Prozesszuordnung gelöscht")
|
||||
@@ -463,7 +463,7 @@ Public Class frmAdministration
|
||||
End If
|
||||
|
||||
If CtrlApplicationAssignment1.Window_DeleteAssignment() = False Then
|
||||
MsgBox("Error while deleting assignment of window!", MsgBoxStyle.Critical, "Search Flow")
|
||||
MsgBox("Error while deleting assignment of window!", MsgBoxStyle.Critical, "easyFLOW")
|
||||
End If
|
||||
|
||||
Status_Changed("Fensterzuordnung gelöscht")
|
||||
|
||||
Reference in New Issue
Block a user