コード例 #1
0
 protected virtual void Commit(InlineRenameSession activeSession, ITextView textView)
 {
     activeSession.Commit();
     SetFocusToTextView(textView);
 }