示例#1
0
 /// <summary>
 /// Checks if the PIDIV can originate from
 /// </summary>
 private static bool GetCanOriginateFrom(TeamLock[] possibleTeams, PIDIV info)
 {
     return(LockFinder.IsAllShadowLockValid(info, possibleTeams));
 }
 protected IEnumerable <Interface.ILaunchLock> GetCurrentLauchLocks()
 {
     LockFinder.DoesLockExist();
     LockReader.Read();
     return(LockReader.LaunchLocks);
 }