<Shell xmlns="http://xamarin.com/schemas/2014/forms" | |
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | |
xmlns:local="clr-namespace:TailwindTraders" | |
x:Class=" TailwindTraders.Shell" | |
Title="TailwindTraders"> | |
<ShellItem Title="Home"> | |
<ShellSection> | |
<ShellContent> | |
<local:HomePage /> | |
</ShellContent> | |
</ShellSection> | |
<ShellItem> | |
</Shell> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment