public interface Command { public void Execute(); }
http://www.codebf.com/read/351822/10606525
http://www.codebf.com/read/351822/10606911
module command( CLK, RESET_N, SADDR, NOP, READA, WRITEA, REFRESH, PRECHARGE, LOAD_MODE, REF_REQ, INIT_REQ,
http://www.codebf.com/read/351814/10607385
using System; namespace State { /// /// Summary description for Command. /// public interface Command { void Execute(); } }
http://www.codebf.com/read/277459/10634648
using System; using CsharpPats; namespace Memento { /// /// Command interface /// public interface Command { void Execute(); } }
http://www.codebf.com/read/277459/10634732
using System; using CsharpPats; namespace Mediate { /// /// Command interface /// public interface Command { void Execute(); } }
http://www.codebf.com/read/277459/10634945
using System; namespace Interpreter { /// /// Summary description for Command. /// public interface Command { void Execute(); } }
http://www.codebf.com/read/277459/10635240
using System; using CsharpPats; namespace Strategy { /// /// Command interface /// public interface Command { void Execute(); } }
http://www.codebf.com/read/277459/10635429
using System; namespace CHolder { /// /// defines Command interface /// public interface Command { void Execute(); } }
http://www.codebf.com/read/277459/10635543
using System; namespace ButtonMenu { /// /// interface for Command type /// public interface Command { void Execute(); } }
http://www.codebf.com/read/277459/10635595
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机