コード例 #1
0
 public ChatViewController(IntPtr handle)
     : base(handle)
 {
     adapter = new ChatAdapter(chatItems);
 }
コード例 #2
0
		public ChatViewController (IntPtr handle)
			: base (handle)
		{
			adapter = new ChatAdapter (chatItems);
		}