Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Tetris/App.xaml

8 lines
305 B
Text
Raw Normal View History

2022-03-23 08:59:39 +01:00
<Application x:Class="Tetris.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2022-04-06 11:39:36 +02:00
StartupUri="Views/MainWindow.xaml">
2022-03-23 08:59:39 +01:00
<Application.Resources>
2022-04-06 11:39:36 +02:00
2022-03-23 08:59:39 +01:00
</Application.Resources>
2022-04-06 11:15:55 +02:00
</Application>