Skip to content

Instantly share code, notes, and snippets.

@dhindrik
Created December 29, 2021 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhindrik/dfe4ac3dc590a307e70a927484d99ba7 to your computer and use it in GitHub Desktop.
Save dhindrik/dfe4ac3dc590a307e70a927484d99ba7 to your computer and use it in GitHub Desktop.
<mvvm:TinyApplication xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:windows="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific;assembly=Microsoft.Maui.Controls"
xmlns:local="clr-namespace:MauiSample"
xmlns:mvvm="clr-namespace:TinyMvvm.Maui;assembly=TinyMvvm.Maui"
x:Class="MauiSample.App"
windows:Application.ImageDirectory="Assets">
<Application.Resources>
<ResourceDictionary>
</ResourceDictionary>
</Application.Resources>
</mvvm:TinyApplication>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment