コード例 #1
0
 // ========================================
 // constructor
 // ========================================
 public CombineCommand(IEditor target, IEnumerable <IEditor> combineds, EditorCombinator combinator)
 {
     _target     = target;
     _combineds  = combineds;
     _combinator = combinator;
 }
コード例 #2
0
ファイル: CombineRole.cs プロジェクト: rajeshwarn/MochaNote
 // ========================================
 // constructor
 // ========================================
 public CombineRole(EditorCombinationJudge judge, EditorCombinator combinator)
 {
     _judge      = judge;
     _combinator = combinator;
 }