10 lines
592 B
XML
10 lines
592 B
XML
<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> |