13 lines
221 B
C#
13 lines
221 B
C#
|
|
public class AttandanceUI : uScrollViewMgr
|
||
|
|
{
|
||
|
|
public void Set()
|
||
|
|
{
|
||
|
|
gameObject.SetActive(true);
|
||
|
|
Set_ScrollView(table_attandance.Ins.Get_DataList());
|
||
|
|
}
|
||
|
|
|
||
|
|
public void OnClick_Get()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|