更改命名
This commit is contained in:
@@ -88,9 +88,9 @@ namespace AnotherReplayReader
|
||||
|
||||
private Debug() { }
|
||||
|
||||
private void OnExport_Click(object sender, RoutedEventArgs e) => Export(this);
|
||||
private void OnExportButtonClick(object sender, RoutedEventArgs e) => Export(this);
|
||||
|
||||
private void OnClear_Click(object sender, RoutedEventArgs e) => _textBox.Clear();
|
||||
private void OnClearButtonClick(object sender, RoutedEventArgs e) => _textBox.Clear();
|
||||
|
||||
private void AppendText(string s) => Dispatcher.InvokeAsync(() => _textBox.AppendText(s));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user