//------------------------------------------------------------------------------------------------------- // Registry navigation //------------------------------------------------------------------------------------------------------- public static string COMPortNameFromBluetoothAddress(WIN32.BLUETOOTH_ADDRESS btAddr) { string sBtAddr = btAddr.ToString(); return COMPortNameFromBluetoothAddress(sBtAddr); }
void WIN32.IOleClientSite.GetContainer(out WIN32.IOleContainer ppContainer) { throw new NotImplementedException(); }