代码搜索:OPENNETCF
找到约 506 项符合「OPENNETCF」的源代码
代码结果 506
www.eeworm.com/read/325701/3480693
cs traceex.cs
using System;
using System.Diagnostics;
namespace OpenNETCF.Diagnostics
{
public sealed class TraceEx
{
private static string appBase = string.Empty;
private static bool initialized = f
www.eeworm.com/read/325701/3480736
cs bth_local_version.cs
using System;
namespace OpenNETCF.Net.Bluetooth.Internal
{
///
/// Summary description for BTH_LOCAL_VERSION.
///
internal class BTH_LOCAL_VERSION
{
byte hci_vers
www.eeworm.com/read/271434/10996921
cs bluetoothendpoint.cs
#region Using 指令
using System;
using System.Net;
using System.Net.Sockets;
#endregion
namespace OpenNETCF.Net.Bluetooth {
///
/// BluetoothEndPoint 的摘要说明。
///
www.eeworm.com/read/187126/5226191
cs _nullkey.cs
//http://www.phdcc.com/cryptorc4.htm
using System;
namespace OpenNETCF.Security.Cryptography.NativeMethods
{
public class NullKey
{
//The example needs (MS Enhanced Crypto Service Provider
www.eeworm.com/read/325701/3480594
cs _nullkey.cs
//http://www.phdcc.com/cryptorc4.htm
using System;
namespace OpenNETCF.Security.Cryptography.NativeMethods
{
public class NullKey
{
//The example needs (MS Enhanced Crypto Service Provider
www.eeworm.com/read/369606/9638184
cs bluetoothendpoint.cs
#region Using 指令
using System;
using System.Net;
using System.Net.Sockets;
#endregion
namespace OpenNETCF.Net.Bluetooth {
///
/// BluetoothEndPoint 的摘要说明。
///
www.eeworm.com/read/254369/12140503
cs listviewsubclass.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using Microsoft.WindowsCE.Forms;
using OpenNETCF.Windows.Forms;
namespace ListViewToolTip
{
www.eeworm.com/read/187126/5226182
cs advancedmarshaler.cs
using System;
using System.IO;
using System.Collections;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
namespace OpenNETCF.Runtime.InteropServices
{
www.eeworm.com/read/187126/5226274
cs eventlog.cs
using System;
using System.Xml;
using System.Reflection;
//using System.Data;
using System.IO;
namespace OpenNETCF.Diagnostics
{
public delegate void EntryWrittenEventHandler(object sender
www.eeworm.com/read/325701/3480586
cs advancedmarshaler.cs
using System;
using System.IO;
using System.Collections;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
namespace OpenNETCF.Runtime.InteropServices
{