ProgaOra/20241016/Calculator/Calculator/App.xaml
2024-10-16 12:46:08 +02:00

10 lines
365 B
XML

<Application x:Class="Calculator.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Calculator"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>