代码搜索:OPENNETCF
找到约 506 项符合「OPENNETCF」的源代码
代码结果 506
www.eeworm.com/read/325701/3480679
cs entrywritteneventargs.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Event arguments for the last entry written to the log EntryWrittenEventArgs.
///
public class EntryWrittenEvent
www.eeworm.com/read/325701/3480682
cs eventlogentrycollection.cs
using System;
using System.Collections;
namespace OpenNETCF.Diagnostics
{
///
/// Summary description for EventLogEntryCollection.
///
public class EventLogEntryColle
www.eeworm.com/read/325701/3480684
cs eventlogwrittertype.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Defines the type of Event log writters available
///
public enum EventLogWritterType
{
XML,
SQLCE,
T
www.eeworm.com/read/271434/10996933
cs bluetoothservice.cs
#region Using 指令
using System;
#endregion
namespace OpenNETCF.Net.Bluetooth {
///
/// BluetoothService 的摘要说明。
///
public class BluetoothService {
www.eeworm.com/read/114107/6125076
cs openfiledialog.cs
//
// OpenFileDialog implementation for Smartphone
// Designed to follow object model of desktop framework control
// (c) 2004 Peter Foot, OpenNETCF
//
using System;
using System.ComponentModel;
www.eeworm.com/read/254369/12140491
cs createparams.cs
using System;
namespace OpenNETCF.Windows.Forms
{
///
/// Encapsulates the information needed when creating a control.
///
public class CreateParams
{
#region Fi
www.eeworm.com/read/187126/5226276
cs eventlogentrytype.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Specifies the event type of an event log entry.
///
///
/// The type of an event log entry is used
www.eeworm.com/read/325701/3480687
cs eventlogentrytype.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Specifies the event type of an event log entry.
///
///
/// The type of an event log entry is used
www.eeworm.com/read/325701/3480734
cs nativemethods.cs
using System;
using System.Runtime.InteropServices;
namespace OpenNETCF.Net.Bluetooth
{
internal class NativeMethods
{
private NativeMethods(){}
//Authenticate
[DllImport("Btdrt.
www.eeworm.com/read/369606/9638195
cs bluetoothservice.cs
#region Using 指令
using System;
#endregion
namespace OpenNETCF.Net.Bluetooth {
///
/// BluetoothService 的摘要说明。
///
public class BluetoothService {