Crud implemented by Contact

This commit is contained in:
2023-04-19 17:25:42 +02:00
parent 0234db870b
commit ede368b963
10 changed files with 334 additions and 31 deletions

View File

@ -10,7 +10,8 @@
<SfButton CssClass="e-inherit" IconCss="e-icons e-notes" Content="Notes"
OnClick="@(()=> NavigateToPage("/notes"))" />
<AppBarSpacer></AppBarSpacer>
<SfButton CssClass="e-inherit" IconCss="e-icons e-plus" Content="New Contact" />
<SfButton CssClass="e-inherit" IconCss="e-icons e-plus"
Content="New Contact" OnClick="@(() => NavigateToPage("/contacts/new"))" />
</SfAppBar>