Skip to content

Commit

Permalink
Added link to docs for layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Jul 21, 2022
1 parent 8d0d854 commit 90fb65b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 29 deletions.
72 changes: 43 additions & 29 deletions FetchXmlBuilder/Forms/Settings.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/Forms/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,10 @@ private void cmbResult_SelectedIndexChanged(object sender, EventArgs e)
{
gbResultView.Enabled = ResultItemToSettingResult(cmbResult.SelectedIndex) == ResultOutput.Grid;
}

private void linkLayout_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
FetchXmlBuilder.OpenURL("https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/create-edit-views-app-designer#edit-public-views-through-tables");
}
}
}

0 comments on commit 90fb65b

Please sign in to comment.