public static bool ConnectUsb() { if (Is64Bit()) { return(BXLLApi_x64.ConnectUsb()); } else { return(BXLLApi_x86.ConnectUsb()); } }