remove text exception
This commit is contained in:
parent
98cb62ab52
commit
a84c590756
@ -88,7 +88,6 @@ Public Class frmAdministration
|
|||||||
|
|
||||||
Sub Save_Profile()
|
Sub Save_Profile()
|
||||||
Try
|
Try
|
||||||
Throw New Exception("LOL")
|
|
||||||
Me.TBCW_PROFILESBindingSource.EndEdit()
|
Me.TBCW_PROFILESBindingSource.EndEdit()
|
||||||
If Not IsNothing(MyDataset.TBCW_PROFILES.GetChanges) Then
|
If Not IsNothing(MyDataset.TBCW_PROFILES.GetChanges) Then
|
||||||
Me.CHANGEDWHOTextBox.Text = Environment.UserName
|
Me.CHANGEDWHOTextBox.Text = Environment.UserName
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user