Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
removed redundant delegate keyword & base qualifier
  • Loading branch information
retailcoder committed Jun 29, 2017
1 parent 0d7b2b9 commit b092967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetailCoder.VBE/UI/Refactorings/Rename/RenameView.xaml.cs
Expand Up @@ -6,7 +6,7 @@ public RenameView()
{
InitializeComponent();

base.Loaded += delegate
Loaded +=
{
RenameTextBox.Focus();
RenameTextBox.SelectAll();
Expand Down

0 comments on commit b092967

Please sign in to comment.