Exemple #1
0
 public bool Test(OnBoardTest test, out bool incomplete)
 {
     if ((int)test <= 8)
         incomplete = OnBoardTests[(int)test + 4];
     else
         incomplete = false;
     return OnBoardTests[(int)test];
 }
Exemple #2
0
 public bool Test(OnBoardTest test, out bool incomplete)
 {
     if ((int)test <= 8)
     {
         incomplete = OnBoardTests[(int)test + 4];
     }
     else
     {
         incomplete = false;
     }
     return(OnBoardTests[(int)test]);
 }