From 702107144aefcdd96fbee773dba341f141af1942 Mon Sep 17 00:00:00 2001 From: Edson Armando <36713890+SistemaRayoXP@users.noreply.github.com> Date: Wed, 26 Dec 2018 22:14:12 -0600 Subject: [PATCH] Delete basDeclarations.vb --- basDeclarations.vb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 basDeclarations.vb diff --git a/basDeclarations.vb b/basDeclarations.vb deleted file mode 100644 index e9667ed..0000000 --- a/basDeclarations.vb +++ /dev/null @@ -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 \ No newline at end of file