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