This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
PhysFormuler/App.xaml
2019-10-13 01:29:26 +03:00

10 lines
369 B
XML

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