代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/185070/5242069
cs command.cs
using System;
namespace CHolder
{
///
/// defines Command interface
///
public interface Command {
void Execute();
}
}
www.eeworm.com/read/185070/5242082
cs command.cs
using System;
namespace ButtonMenu
{
///
/// interface for Command type
///
public interface Command {
void Execute();
}
}
www.eeworm.com/read/185070/5242095
cs command.cs
using System;
namespace UndoCommand
{
///
/// defines Command interface
///
public interface Command {
void Execute();
void Undo();
bool isUndo();
}
}
www.eeworm.com/read/185070/5242371
cs command.cs
using System;
using CsharpPats;
namespace Strategy
{
///
/// Command interface
///
public interface Command
{
void Execute();
}
}
www.eeworm.com/read/184401/5249445
h command.h
//
//proto type
//
NTSTATUS
ReferenceCommAnd(
PRECVLIST pRecvList
);
NTSTATUS
CommAnd_Dir(
PRECVLIST pRecvList,
WCHAR* pAth
);
NTSTATUS
CommAnd_Cd(
PRECVLIST pRecvList,
ULONG
www.eeworm.com/read/184401/5249448
c command.c
///
// uty@uaty
///
#include
#include "structs.h"
#include "commAnd.h"
#include "utils.h"
NTSTATUS
uSend(
PTCPS_Connection pConnection,
char *pSendBuffer,
ULONG
www.eeworm.com/read/183535/5254861
h command.h
/*-------------------------------------------------------------------------
* Filename: command.h
* Version: $Id: command.h,v 1.2 2001/10/07 15:27:35 erikm Exp $
* Copyright: Copyrig
www.eeworm.com/read/183535/5254902
p command.p
command.o: command.c ../../include/blob/config.h \
../../include/blob/command.h ../../include/blob/types.h \
../../include/blob/errno.h ../../include/blob/error.h \
../../include/blob/init.h ../
www.eeworm.com/read/183535/5254932
c command.c
/*-------------------------------------------------------------------------
* Filename: command.c
* Version: $Id: command.c,v 1.9 2002/01/03 16:07:18 erikm Exp $
* Copyright: Copyrig
www.eeworm.com/read/183535/5255081
c command.c
/*-------------------------------------------------------------------------
* Filename: command.c
* Version: $Id: command.c,v 1.9 2002/01/03 16:07:18 erikm Exp $
* Copyright: Copyrig