C# 클래스 NibManagerTest.BasicCell

상속: UITableViewCell, ICellPopulator
파일 보기 프로젝트 열기: dtavlikos/JTNibManager

공개 메소드들

메소드 설명
BasicCell ( IntPtr handle ) : System
PopulateCell ( string text, string subtitle ) : void

메소드 상세

BasicCell() 공개 메소드

public BasicCell ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

PopulateCell() 공개 메소드

public PopulateCell ( string text, string subtitle ) : void
text string
subtitle string
리턴 void