FinalPresenceLexa/Presence/MainWindow.axaml

10 lines
592 B
Plaintext
Raw Permalink Normal View History

2025-04-28 08:51:01 +00:00
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Presence.MainWindow"
Title="Presence - Главное окно" Width="800" Height="600">
<StackPanel Margin="20">
<Button Name="BtnOpenGroups" Content="Открыть группы" Margin="0,0,0,10" />
<Button Name="BtnOpenStudents" Content="Открыть студентов" Margin="0,0,0,10" />
<Button Name="BtnOpenAttendance" Content="Открыть посещаемость" Margin="0,0,0,10" />
</StackPanel>
</Window>