BoundServiceDemo.TimestampBinder.TimestampBinder C# (CSharp) 메소드

TimestampBinder() 공개 메소드

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