Esempio n. 1
0
 public bool ReadyToLock()
 {
     return(registration != null && registration.ReadyToLock() && renderRegion != null);
 }