Created
December 5, 2018 21:44
-
-
Save luismts/9d890a074a978614027a3cf312471308 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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