mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Added more Rendering and GraphicsDeviceTypes; Disabled ping request count in Synchronize
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
<TextBlock Text="Hello, world!" Margin="20" FontSize="30" />
|
||||
<!--<TextBlock Text="Hello, world!" Margin="20" FontSize="30" />-->
|
||||
<sk:SKXamlCanvas x:Name="Canvas" Grid.Row="1"/>
|
||||
|
||||
<ProgressRing/>
|
||||
</Grid>
|
||||
</Page>
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace Xune.Uno
|
||||
public MainPage()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
Task.Run(Microsoft.Iris.Application.Initialize);
|
||||
Microsoft.Iris.Application.Initialize();
|
||||
|
||||
Canvas.PaintSurface += Canvas_PaintSurface;
|
||||
timer.Interval = new TimeSpan(17000);
|
||||
|
||||
Reference in New Issue
Block a user