mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
fixing nit: comments
This commit is contained in:
@@ -29,8 +29,8 @@ namespace PowerLauncher.UI
|
|||||||
|
|
||||||
if (button != null)
|
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
|
//We currently can't take a reference on the wox project from a UWP project. The dynamic method invocation should be replaced
|
||||||
//by an call to the view model once we refactor the project.
|
//by a call to the view model once we refactor the project.
|
||||||
var dataContext = ((dynamic)button.DataContext);
|
var dataContext = ((dynamic)button.DataContext);
|
||||||
if(dataContext?.GetType().GetMethod("SendTelemetryEvent") != null)
|
if(dataContext?.GetType().GetMethod("SendTelemetryEvent") != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user