Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamlime footer control #1

Merged
merged 1 commit into from
Dec 10, 2019

Conversation

RussKie
Copy link

@RussKie RussKie commented Dec 10, 2019

Add an implicit operator to reduce boilerplate code:

var footer = new TaskDialogFooter("<a href=\"https://getdot.net/\">Download .NET!</a>");
taskDialog.Page.Footer = footer;

to

taskDialog.Page.Footer = "<a href=\"https://getdot.net/\">Download .NET!</a>";

Add an implicit operator to reduce boilerplate code:
```
var footer = new TaskDialogFooter("<a href=\"https://getdot.net/\">Download .NET!</a>");
taskDialog.Page.Footer = footer;
```

to

```
taskDialog.Page.Footer = "<a href=\"https://getdot.net/\">Download .NET!</a>";
```
@kpreisser kpreisser merged commit 0d419fa into kpreisser:taskdialog Dec 10, 2019
@RussKie RussKie deleted the Streamline_footer_control branch July 23, 2020 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants