jj 15.3 remove stupid msgbox

This commit is contained in:
JenneJ 2017-03-15 12:25:54 +01:00
parent 1b438e4458
commit b9e0908a35

View File

@ -6062,7 +6062,7 @@ Public Class frmConstructor_Main
JUMP_RECORD_ID = 0 JUMP_RECORD_ID = 0
End Sub End Sub
Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles tsbtnGeodata.Click Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles tsbtnGeodata.Click
ClassHelper.MSGBOX_Handler("ERROR", "Unexpected Error", "Error in Show_Detail_Record: ", "dsdfsdfdsfdsf") 'ClassHelper.MSGBOX_Handler("ERROR", "Unexpected Error", "Error in Show_Detail_Record: ", "dsdfsdfdsfdsf")
Dim frm As New frmGeodataNavigation(GridControlMain, CURRENT_ENTITY_ID) Dim frm As New frmGeodataNavigation(GridControlMain, CURRENT_ENTITY_ID)
frm.Show() frm.Show()
End Sub End Sub