コード例 #1
0
			public CustomerIndustryTableSource (List<BingResult> meetingList, customerProfileVC owner)
			{
				TableItems = meetingList;
				this.owner = owner;
			}
コード例 #2
0
			public TableSourcePreviousMeetings (List<UserMeetings> items, customerProfileVC owner)
			{
				TableItems = items;
				this.owner = owner;
			}
コード例 #3
0
			public CustomerInfoTableSource (List<TwitterStream> twitterstream,customerProfileVC customerProfileObj)
			{
				TableItems = twitterstream;
				this.owner = customerProfileObj;
			}
コード例 #4
0
			//customerProfileVC owner;

			public TableSourceInteractionWithCustomer (List<CustomerInteraction> items, customerProfileVC owner)
			{
				TableItems = items;
				//this.owner = owner;
			}