MS clswindream entfernt Umstieg auf Modulwindream
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
Imports DD_Record_Organizer.ControlLoader
|
||||
|
||||
Public Class frmRight_Management
|
||||
Private Shared _Instance As frmRight_Management = Nothing
|
||||
Private insert As Boolean = False
|
||||
@@ -34,13 +33,6 @@ Public Class frmRight_Management
|
||||
MsgBox("Error in Save_User_Rights_Data:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
End Sub
|
||||
Private Sub frmRight_Management_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
|
||||
|
||||
If LICENSE_PROXY = True And DD_LIB_Standards.clsDatabase.DB_PROXY_INITIALIZED Then
|
||||
MessageBox.Show("If You changed some data here, be aware that this data needs to be synchronized with Your proxy-data!" & vbNewLine & "The regualar processing-time are 30 minutes", "Attention", MessageBoxButtons.OK, MessageBoxIcon.Information)
|
||||
End If
|
||||
'Save_Datagrid(TBPMO_RIGHT_USERDataGridView, "TBPMO_RIGHT_USERDataGridView")
|
||||
End Sub
|
||||
Private Sub frmGroup_Rights_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
Refresh_Entities()
|
||||
Try
|
||||
|
||||
Reference in New Issue
Block a user