Inheritance: UITableView, IDocumentsView
		public DocumentListViewSource (DocumentListView controller)
		{
			this.controller = controller;
		}
Beispiel #2
0
 public DocumentListViewSource(DocumentListView controller)
 {
     this.controller = controller;
 }