Initial commit — WPF LCD alarm clock display

This commit is contained in:
2026-05-10 03:03:41 +00:00
commit f901f584bf
15 changed files with 525 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<Application x:Class="No_Cause_For_Alarm.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:No_Cause_For_Alarm"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>