diff --git a/rabi_splitter_WPF/MainContext.cs b/rabi_splitter_WPF/MainContext.cs index 5cd789a..035a7e8 100644 --- a/rabi_splitter_WPF/MainContext.cs +++ b/rabi_splitter_WPF/MainContext.cs @@ -240,7 +240,8 @@ namespace rabi_splitter_WPF private string _text16; private string _text17; private string _text18; - + private string _text19; + public string Text1 { get { return _text1; } @@ -439,6 +440,17 @@ namespace rabi_splitter_WPF } } + public string Text19 + { + get { return _text19; } + set + { + if (value == _text19) return; + _text19 = value; + OnPropertyChanged(nameof(Text19)); + } + } + public int ServerPort { get { return _serverPort; } diff --git a/rabi_splitter_WPF/MainWindow.xaml b/rabi_splitter_WPF/MainWindow.xaml index 9a2b140..04b66a7 100644 --- a/rabi_splitter_WPF/MainWindow.xaml +++ b/rabi_splitter_WPF/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:rabi_splitter_WPF" mc:Ignorable="d" SizeToContent="Width" - Title="Rabi-Ribi Display" d:DataContext="{d:DesignData local:MainContext}" d:DesignWidth="835.476" Height="403.069"> + Title="Rabi-Ribi Display" d:DataContext="{d:DesignData local:MainContext}" d:DesignWidth="900" Height="600"> @@ -33,7 +33,11 @@ - + + + + + @@ -59,10 +63,15 @@ - + - + + + + + +