BoundServiceDemo.TimestampBinder.TimestampBinder C# (CSharp) Method

TimestampBinder() public method

public TimestampBinder ( TimestampService service ) : System
service TimestampService
return System
		public TimestampBinder(TimestampService service)
		{
			this.Service = service;
		}