This commit is contained in:
2021-11-12 11:03:14 +00:00
parent 2e942771d8
commit f3b2ef6b55
8 changed files with 4 additions and 26 deletions

View File

@@ -23,6 +23,7 @@ namespace BlueControl.uwp.ViewModels
{ {
if (StaDispatcher != null) if (StaDispatcher != null)
await StaDispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => action()); await StaDispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => action());
} }
private void CloseApplication(TimeSpan delta) private void CloseApplication(TimeSpan delta)

View File

@@ -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> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.

View File

@@ -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>

View File

@@ -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> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.

View File

@@ -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>

View File

@@ -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>