Skip to content

Commit

Permalink
Added a bunch of links. Fixed #847
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Jan 27, 2023
1 parent c9734a6 commit 32cc927
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 19 deletions.
178 changes: 164 additions & 14 deletions FetchXmlBuilder/DockControls/FlowListControl.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions FetchXmlBuilder/DockControls/FlowListControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,10 @@ private void pictureBox1_Click(object sender, EventArgs e)
{
FetchXmlBuilder.OpenURL("https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-flows");
}

private void helpIcon_Click(object sender, EventArgs e)
{
FetchXmlBuilder.HelpClick(tt.GetToolTip(sender as Control));
}
}
}
Loading

0 comments on commit 32cc927

Please sign in to comment.