.
This commit is contained in:
@@ -23,6 +23,7 @@ namespace BlueControl.uwp.ViewModels
|
||||
{
|
||||
if (StaDispatcher != null)
|
||||
await StaDispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => action());
|
||||
|
||||
}
|
||||
|
||||
private void CloseApplication(TimeSpan delta)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#pragma checksum "C:\Users\marci\repos\BlueControl\BlueControl.uwp\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1A5610E28BFF11DC51409A6C4818CD740BC3595FE82FBB47CCD0F354AC5D0C53"
|
||||
#pragma checksum "C:\Users\marci\source\repos\BlueControl\src\BlueControl.uwp\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1A5610E28BFF11DC51409A6C4818CD740BC3595FE82FBB47CCD0F354AC5D0C53"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<Application
|
||||
x:Class="BlueControl.uwp.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:BlueControl.uwp">
|
||||
|
||||
</Application>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
#pragma checksum "C:\Users\marci\repos\BlueControl\BlueControl.uwp\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9B5C8DBC92441D246415FA00FFE74C2D95E80CC950D6A8CBAF178B720194F679"
|
||||
#pragma checksum "C:\Users\marci\source\repos\BlueControl\src\BlueControl.uwp\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9B5C8DBC92441D246415FA00FFE74C2D95E80CC950D6A8CBAF178B720194F679"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
<Page
|
||||
x:Class="BlueControl.uwp.MainPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:BlueControl.uwp"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d"
|
||||
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
|
||||
|
||||
<Grid>
|
||||
<TextBlock Text="{Binding Text}" FontSize="40" TextAlignment="Center" VerticalAlignment="Center"></TextBlock>
|
||||
</Grid>
|
||||
</Page>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><XamlCompilerSaveState><ReferenceAssemblyList /><XamlSourceFileDataList><XamlSourceFileData XamlFileName="App.xaml" ClassFullName="BlueControl.uwp.App" GeneratedCodePathPrefix="C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\App" XamlFileTimeAtLastCompileInTicks="637722312405806317" HasBoundEventAssignments="False" /><XamlSourceFileData XamlFileName="MainPage.xaml" ClassFullName="BlueControl.uwp.MainPage" GeneratedCodePathPrefix="C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\MainPage" XamlFileTimeAtLastCompileInTicks="637722508493619275" HasBoundEventAssignments="False" /></XamlSourceFileDataList></XamlCompilerSaveState>
|
||||
<?xml version="1.0" encoding="utf-8"?><XamlCompilerSaveState><ReferenceAssemblyList /><XamlSourceFileDataList><XamlSourceFileData XamlFileName="App.xaml" ClassFullName="BlueControl.uwp.App" GeneratedCodePathPrefix="C:\Users\marci\source\repos\BlueControl\src\BlueControl.uwp\obj\x86\Debug\App" XamlFileTimeAtLastCompileInTicks="637722312405806317" HasBoundEventAssignments="False" /><XamlSourceFileData XamlFileName="MainPage.xaml" ClassFullName="BlueControl.uwp.MainPage" GeneratedCodePathPrefix="C:\Users\marci\source\repos\BlueControl\src\BlueControl.uwp\obj\x86\Debug\MainPage" XamlFileTimeAtLastCompileInTicks="637722508493619275" HasBoundEventAssignments="False" /></XamlSourceFileDataList></XamlCompilerSaveState>
|
||||
Reference in New Issue
Block a user