Ejemplo n.º 1
0
 public static int is_prepared(int[] result, int board_id, string input_json)
 {
     if (System.Environment.Is64BitProcess)
     {
         return(BoardControllerLibrary64.is_prepared(result, board_id, input_json));
     }
     else
     {
         return(BoardControllerLibrary32.is_prepared(result, board_id, input_json));
     }
 }