예제 #1
0
		public RegistrationControlRecord(RegistrationDefinition model, ReadyToLockIfc readyToLock)
		{
			this.model = model;
			this.readyToLock = readyToLock;
		}
예제 #2
0
 public RegistrationControlRecord(RegistrationDefinition model, ReadyToLockIfc readyToLock)
 {
     this.model       = model;
     this.readyToLock = readyToLock;
 }