Files
annotations/Azaion.Suite/MainSuite.xaml
T
Alex Bezdieniezhnykh 30b9b9aa80 fix keyboard catch, fix loading
refactoring
2024-11-25 13:03:46 +02:00

16 lines
662 B
XML

<Window x:Class="Azaion.Suite.MainSuite"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
Title="Azaion Оператор" Height="450" Width="800">
<Grid Background="Black">
<TabControl Name="MainTabControl"
TabStripPlacement="Left"
Margin="0, 0, 0, 10"
Background="Black">
</TabControl>
</Grid>
</Window>