Files
RedBookPlayer/RedBookPlayer.GUI/MainWindow.xaml

7 lines
448 B
Plaintext
Raw Normal View History

2021-06-06 20:28:36 +01:00
<Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2021-03-19 17:07:27 -03:00
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
2021-06-06 20:28:36 +01:00
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
2021-06-29 21:00:34 -07:00
x:Class="RedBookPlayer.GUI.MainWindow" Title="RedBookPlayer" SizeToContent="WidthAndHeight"
DragDrop.AllowDrop="True">
2021-06-06 20:28:36 +01:00
<ContentControl Name="Content" />
</Window>