Ejemplo n.º 1
0
 public static int set_log_file(string log_file)
 {
     if (System.Environment.Is64BitProcess)
     {
         return(BoardControllerLibrary64.set_log_file(log_file));
     }
     else
     {
         return(BoardControllerLibrary32.set_log_file(log_file));
     }
 }