Create endpoints for missing components

This commit is contained in:
Chris Payne
2025-07-08 19:51:18 -04:00
parent c059e21d1b
commit c7f7350260
2 changed files with 3 additions and 1 deletions

View File

@@ -104,7 +104,7 @@
<!-- Main Content -->
<StackPanel Orientation="Vertical">
<TextBlock Text="Company Name:" Margin="0,5,0,0" Foreground="#cccccc"/>
<TextBlock Name="CompanyLabel" Text="Company Name:" Margin="0,5,0,0" Foreground="#cccccc"/>
<TextBox Name="CompanyNameBox" Style="{StaticResource RoundedTextBox}"/>
<TextBlock Name="PhoneLabel" Text="Phone Number:" Margin="0,10,0,0" Foreground="#cccccc"/>