Fixed load order of included scripts.

This commit is contained in:
Achim D. Brucker 2018-08-16 19:24:02 +01:00
parent a740ba5e04
commit 2955e8e675
1 changed files with 1 additions and 1 deletions

View File

@ -17,8 +17,8 @@
* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-License-Identifier: GPL-3.0-or-later
*) *)
#load "Themes/DefaultWhite.fsx"
#load "ExtensionDsLab.fsx" #load "ExtensionDsLab.fsx"
#load "Themes/DefaultWhite.fsx"
open LogicalHacking.ExtensionDsLab open LogicalHacking.ExtensionDsLab
open LogicalHacking.ExtensionDsLab.Archive.DbConnector open LogicalHacking.ExtensionDsLab.Archive.DbConnector