This commit is contained in:
Frank Skare
2019-05-04 19:04:18 +02:00
parent 6e6015b185
commit 4aeb00afb5
14 changed files with 674 additions and 689 deletions

View File

@@ -28,7 +28,7 @@ Public Class CSScriptAddon
Try
CSScriptLibrary.CSScript.Evaluator.LoadCode(File.ReadAllText(i))
Catch ex As Exception
Sys.Msg.ShowException(ex)
Msg.ShowException(ex)
End Try
Next
End Sub