Use Base classes, deprecate language
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Imports System.Text.RegularExpressions
|
||||
Imports DigitalData.Modules.Base
|
||||
Imports DigitalData.Modules.Database
|
||||
Imports DigitalData.Modules.Language
|
||||
Public Class frmAdministration
|
||||
@@ -377,7 +378,7 @@ Public Class frmAdministration
|
||||
End Sub
|
||||
|
||||
Private Sub BarButtonItem3_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem3.ItemClick
|
||||
If Utils.NotNull(txtProfileName.EditValue, String.Empty) <> String.Empty Then
|
||||
If ObjectEx.NotNull(txtProfileName.EditValue, String.Empty) <> String.Empty Then
|
||||
Save_Profile()
|
||||
Else
|
||||
MsgBox("Profil kann nicht ohne Profil-Name gespeichert werden!", MsgBoxStyle.Exclamation, Text)
|
||||
|
||||
Reference in New Issue
Block a user