Create endpoints for missing components
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user