This commit is contained in:
2020-03-12 19:48:12 +00:00
parent 2cf681d7d7
commit e0b5ea0dc3
6 changed files with 34 additions and 26 deletions

View File

@@ -11,10 +11,12 @@ namespace AyaNova.PickList
//Instantiate list object specified from type
internal static IAyaPickList GetAyaPickList(AyaType ayaType)
{
switch(ayaType){
case AyaType.Widget:
return new WidgetPickList() as IAyaDataList;
}
switch (ayaType)
{
case AyaType.Widget:
return new WidgetPickList() as IAyaPickList;
}
return null;
}
//List all the datalist types available