using System.Collections.Generic; public class GetItemUI_Scroll : uScrollViewMgr { public void Set(List lst) { Set_ScrollView(lst); } }