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