summaryrefslogtreecommitdiff
path: root/Calculator/src/app/Calculator.Desktop.UI/App.xaml
blob: de840893bb8773d8bd1da2cca5637f1ea4054d81 (plain)
1
2
3
4
5
6
7
8
<Application x:Class="Calculator.Desktop.UI.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="MainShell.xaml">
    <Application.Resources>
         
    </Application.Resources>
</Application>