コード例 #1
0
 // ========================================
 // method
 // ========================================
 public override void Execute()
 {
     _target.Insert(_index, _inserted);
 }
コード例 #2
0
 public override void Undo()
 {
     _target.Insert(_removedIndex, _removed);
 }