Improve Base Form Properties, Improve PanelManager

This commit is contained in:
Jonathan Jenne
2019-03-11 14:49:48 +01:00
parent e7e6d73411
commit 896426da3b
15 changed files with 145 additions and 61 deletions

View File

@@ -32,7 +32,7 @@ Public Class frmDocTest
GridControl1.DataSource = oDatatable
Catch ex As Exception
_ErrorHandler.ShowErrorMessage(ex)
ShowErrorMessage(ex)
End Try
End Sub