コード例 #1
0
ファイル: KeyHandler.cs プロジェクト: leoxialtd/Leoxia.Shell
 private void Backspace()
 {
     _writer.Backspace(_historyNavigator.Current);
 }