This commit is contained in:
Jonathan Jenne
2017-07-19 12:22:21 +02:00
parent f24d8ba4cb
commit aec499c529
5 changed files with 1020 additions and 782 deletions

View File

@@ -654,9 +654,13 @@
Private Sub ToolStripButton1_Click(sender As Object, e As EventArgs) Handles ToolStripButton1.Click
If RebuildView() = True Then
MsgBox("The Views have been created successful.", MsgBoxStyle.Information)
Else
MsgBox("Error while creating views!", MsgBoxStyle.Critical)
End If
End Sub
Private Sub frmLevel_Designer_Shown(sender As Object, e As EventArgs) Handles Me.Shown