fixing nit: comments

This commit is contained in:
ryanbodrug-microsoft 2020-05-06 14:55:25 -07:00
parent 88dfd90e3b
commit 72fe972cc0

View File

@ -29,8 +29,8 @@ namespace PowerLauncher.UI
if (button != null)
{
//We currently can't take a reference on the wox project from a UWP project. The dynamic method invoke should be replace
//by an call to the view model once we refactor the project.
//We currently can't take a reference on the wox project from a UWP project. The dynamic method invocation should be replaced
//by a call to the view model once we refactor the project.
var dataContext = ((dynamic)button.DataContext);
if(dataContext?.GetType().GetMethod("SendTelemetryEvent") != null)
{