Skip to content

Commit

Permalink
feat: [MacOS] Show full samples list
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjohnoliver committed Mar 18, 2020
1 parent 47dfe8a commit f080e87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/SamplesApp/SamplesApp.Shared/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ public MainPage()
this.InitializeComponent();

sampleControl.DataContext = new SampleChooserViewModel();

#if __MACOS__
Content = new TextBlock() { Text= "Hello macOS!", FontSize = 72, Margin = new Thickness(12) };
#endif
}
}
}

0 comments on commit f080e87

Please sign in to comment.