Skip to content

Commit

Permalink
Remove new keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Nov 9, 2019
1 parent 7919f4b commit 0e458e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ SynchronizationContext context
/// </remarks>
///
/* ----------------------------------------------------------------- */
public new IElement Add => Get(() => new BindableElement(
public IElement Add => Get(() => new BindableElement(
() => Properties.Resources.MenuAdd,
GetInvoker(false)
) { Command = new DelegateCommand(() => SendOpen()) });
Expand Down

0 comments on commit 0e458e9

Please sign in to comment.