9 lines
181 B
C#
9 lines
181 B
C#
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
public class SpecificityList : uScrollViewMgr
|
||
|
|
{
|
||
|
|
public void Set(List<StatusOptionSetTableData> lst)
|
||
|
|
{
|
||
|
|
Set_ScrollView(lst);
|
||
|
|
}
|
||
|
|
}
|