This commit is contained in:
2020-01-22 15:49:04 +00:00
parent 5565424108
commit 7d3d9cfeee
3 changed files with 34 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ namespace AyaNova.DataList
//Instantiate list object specified
//this is safe as it's only attempting to load assemblies in the AyaNova.DataList namespace so can't attempt to instantiate some random object or nefarious object
//returns null if doesn't exist
internal static IAyaDataList GetAyaDataList(string ListKey)
{
System.Reflection.Assembly ass = System.Reflection.Assembly.GetEntryAssembly();