Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

MainPage.xaml 598 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. <forms:WindowsPhonePage
  2. x:Class="WorkingWithWebview.WinPhone81.MainPage"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:local="using:WorkingWithWebview.WinPhone81"
  6. xmlns:forms="using:Xamarin.Forms.Platform.WinRT"
  7. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  8. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  9. mc:Ignorable="d"
  10. Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
  11. <Grid>
  12. </Grid>
  13. </forms:WindowsPhonePage>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...