BoundServiceDemo.TimestampBinder.TimestampBinder C# (CSharp) Метод

TimestampBinder() публичный Метод

public TimestampBinder ( TimestampService service ) : System
service TimestampService
Результат System
		public TimestampBinder(TimestampService service)
		{
			this.Service = service;
		}