PortBox.xaml 431 B

12345
  1. <UserControl x:Class="ServerDeployer.PortBox"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  4. <TextBox x:Name="PortTextBox" Width="60" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="16" PreviewKeyDown="OnPreviewKeyDown" LostKeyboardFocus="OnLostKeyboardFocus" TextChanged="OnTextChanged"/>
  5. </UserControl>