remove text exception

This commit is contained in:
Jonathan Jenne 2019-10-25 13:26:39 +02:00
parent 98cb62ab52
commit a84c590756

View File

@ -88,7 +88,6 @@ Public Class frmAdministration
Sub Save_Profile()
Try
Throw New Exception("LOL")
Me.TBCW_PROFILESBindingSource.EndEdit()
If Not IsNothing(MyDataset.TBCW_PROFILES.GetChanges) Then
Me.CHANGEDWHOTextBox.Text = Environment.UserName