Skip to content

Commit 67bfa3d

Browse files
committed
Remove redundant .this
1 parent 57712d0 commit 67bfa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/UI/FindSymbol/FindSymbolControl.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private void UIElement_OnPreviewKeyDown(object sender, KeyEventArgs e)
4747

4848
private void FindSymbolControl_Loaded(object sender, System.Windows.RoutedEventArgs e)
4949
{
50-
this.searchComboBox.Focus();
50+
searchComboBox.Focus();
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)