[chore:] version information

This commit is contained in:
Elias Fierke
2025-04-06 14:44:19 +02:00
parent 212a88cc7c
commit de9823383b

View File

@@ -6,7 +6,10 @@
x:Class="PLG_Exam.InfoWindow" x:Class="PLG_Exam.InfoWindow"
Title="InfoWindow"> Title="InfoWindow">
<ScrollViewer> <ScrollViewer>
<Label Content="" x:Name="LblInfo" /> <StackPanel>
<Label Content="" x:Name="LblInfo" />
<Label Content="PLG Exam - Version 1.3" />
<Label Content="(c) 2025 - PLG Development" />
</StackPanel>
</ScrollViewer> </ScrollViewer>
</Window> </Window>