Files
SportsTrainingApp/App.xaml
2025-03-25 22:59:42 +04:00

10 lines
377 B
XML

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