代码搜索:OPENNETCF

找到约 506 项符合「OPENNETCF」的源代码

代码结果 506
www.eeworm.com/read/271434/10996939

cs bluetoothaddress.cs

#region Using 指令 using System; #endregion namespace OpenNETCF.Net.Bluetooth { /// /// BluetoothAddress 的摘要说明。 /// public sealed class BluetoothAddres
www.eeworm.com/read/114107/6125061

vb openfiledialog.vb

' ' OpenFileDialog implementation for Smartphone ' Designed to follow object model of desktop framework control ' (c) 2004 Peter Foot, OpenNETCF ' Imports System Imports System.ComponentModel I
www.eeworm.com/read/325701/3480689

cs textwritertracelistener.cs

using System; using System.IO; using System.Diagnostics; namespace OpenNETCF.Diagnostics { public class TextWriterTraceListener : TraceListener { TextWriter writer; public TextWri
www.eeworm.com/read/369606/9638203

cs bluetoothaddress.cs

#region Using 指令 using System; #endregion namespace OpenNETCF.Net.Bluetooth { /// /// BluetoothAddress 的摘要说明。 /// public sealed class BluetoothAddres
www.eeworm.com/read/325701/3480690

cs traceinternalex.cs

using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Reflection; namespace OpenNETCF.Diagnostics { /// /// Summary description for TraceInter
www.eeworm.com/read/325701/3480732

cs sdprecordtemp.cs

using System; namespace OpenNETCF.Net.Bluetooth.Sdp { /// /// Summary description for SdpRecord. /// public class SdpRecordTemp { byte[] m_data; public SdpRe
www.eeworm.com/read/325701/3480741

cs bthns_blob.cs

using System; namespace OpenNETCF.Net.Bluetooth.Internal { /// /// /// internal abstract class BTHNS_BLOB : IDisposable { protected byte[] m_data; ///
www.eeworm.com/read/379734/2667945

bib gumstixmanagedapi.bib

MODULES FILES GumstixManagedAPI.gac $(_FLATRELEASEDIR)\GumstixManagedAPI.gac NK SH GumstixManagedAPI.dll $(_FLATRELEASEDIR)\GumstixManagedAPI.dll NK SH OpenNETCF.dll
www.eeworm.com/read/422196/10657126

cs hhfiles.cs

using System; using System.IO; using OpenNETCF.Desktop.Communication; namespace Common.RapiDesktop.Classes { public class HHFiles { private RAPI rapi = null; public
www.eeworm.com/read/114107/6125058

vb folderbrowserdialog.vb

' ' Common Dialog wrapper class for FolderBrowserForm ' Designed to follow object model of desktop framework control ' (c) 2004 Peter Foot, OpenNETCF ' Imports System Imports System.Windows.Form