예제 #1
0
파일: list_box.cpp 프로젝트: Zplutor/zaf
void ListBox::Initialize() {
    
    __super::Initialize();

    SetItemSource(std::make_shared<ItemSource>());
}
			GuiBindableListView::ItemSource::~ItemSource()
			{
				SetItemSource(nullptr);
			}