using System; using CsharpPats; namespace Mediate { /// /// Command interface /// public interface Command { void Execute(); } }
http://www.codebf.com/read/149423/12379908
using System; namespace Interpreter { /// /// Summary description for Command. /// public interface Command { void Execute(); } }
http://www.codebf.com/read/149423/12380170
using System; using CsharpPats; namespace Strategy { /// /// Command interface /// public interface Command { void Execute(); } }
http://www.codebf.com/read/149423/12380379
using System; namespace CHolder { /// /// defines Command interface /// public interface Command { void Execute(); } }
http://www.codebf.com/read/149423/12380530
using System; namespace ButtonMenu { /// /// interface for Command type /// public interface Command { void Execute(); } }
http://www.codebf.com/read/149423/12380581
using System; namespace UndoCommand { /// /// defines Command interface /// public interface Command { void Execute(); void Undo(); bool isUndo(); } }
http://www.codebf.com/read/149423/12380653
http://www.codebf.com/read/149423/12381926
/******************************************************************** created: 2006/08/04 filename: Command.h author: 李创 http://www.cppblog.com/converse/ purpose: Command模
http://www.codebf.com/read/249540/12489553
/******************************************************************** created: 2006/08/04 filename: Command.cpp author: 李创 http://www.cppblog.com/converse/ purpose: Comman
http://www.codebf.com/read/249540/12489558
public interface Command { public void Execute(); }
http://www.codebf.com/read/147597/12543830
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机