Use consistent name convention

This commit is contained in:
bao-qian
2015-10-31 20:32:28 +00:00
parent a67ced29a3
commit 4368602684
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ namespace Wox
tbQuery.CaretIndex = tbQuery.Text.Length;
if (requery)
{
TextBoxBase_OnTextChanged(null, null);
TbQuery_OnTextChanged(null, null);
}
}));
}
@@ -439,7 +439,7 @@ namespace Wox
}
}
private void TextBoxBase_OnTextChanged(object sender, TextChangedEventArgs e)
private void TbQuery_OnTextChanged(object sender, TextChangedEventArgs e)
{
if (ignoreTextChange) { ignoreTextChange = false; return; }