Example #1
0
 public override void Unlock(bool debug)
 {
     if (GuerillaInterface != null)
     {
         GuerillaInterface.Unlock(debug);
     }
     if (ToolInterface != null)
     {
         ToolInterface.Unlock(debug);
     }
     if (SapienInterface != null)
     {
         SapienInterface.Unlock(debug);
     }
 }