Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

Use modern C# idioms #40

Closed migueldeicaza closed 10 years ago

migueldeicaza commented 10 years ago

We want to discourage users from using the target/action pattern as it is error prone.

One particular incorrect use is your code that exports a selector here for a function that takes an argument, but does not specify that an argument is expected (missing the ':' in the selector).

This fixed both issues.