8 lines
199 B
C#
8 lines
199 B
C#
|
|
public class PCJobUI_Scroll : uScrollViewMgr
|
||
|
|
{
|
||
|
|
public override void Set(int _index)
|
||
|
|
{
|
||
|
|
var lst = table_classopencondition.Ins.Get_DataList(_index);
|
||
|
|
Set_ScrollView(lst);
|
||
|
|
}
|
||
|
|
}
|