Delete basDeclarations.vb

This commit is contained in:
Edson Armando 2018-12-26 22:14:12 -06:00 committed by GitHub
parent a615081eab
commit 702107144a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
Option Strict Off
Option Explicit On
Module basDeclarations
Declare Function SetParent Lib "user32" (ByVal hWndChild As Integer, ByVal hWndNewParent As Integer) As Integer
End Module