App/Payesh.Maui/Platforms/Windows/App.xaml

9 lines
306 B
Plaintext
Raw Permalink Normal View History

2023-09-08 17:03:31 +03:30
<maui:MauiWinUIApplication
x:Class="Payesh.Maui.WinUI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:maui="using:Microsoft.Maui"
xmlns:local="using:Payesh.Maui.WinUI">
</maui:MauiWinUIApplication>