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
+12
View File
@@ -0,0 +1,12 @@
<UserControl x:Class="No_Cause_For_Alarm.LcdLetter"
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"
xmlns:local="clr-namespace:No_Cause_For_Alarm"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<Grid>
</Grid>
</UserControl>