|
|
|
@ -241,6 +241,7 @@ namespace rabi_splitter_WPF |
|
|
|
|
private string _text17; |
|
|
|
|
private string _text18; |
|
|
|
|
private string _text19; |
|
|
|
|
private string _text20; |
|
|
|
|
|
|
|
|
|
public string Text1 |
|
|
|
|
{ |
|
|
|
@ -451,6 +452,17 @@ namespace rabi_splitter_WPF |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public string Text20 |
|
|
|
|
{ |
|
|
|
|
get { return _text20; } |
|
|
|
|
set |
|
|
|
|
{ |
|
|
|
|
if (value == _text20) return; |
|
|
|
|
_text20 = value; |
|
|
|
|
OnPropertyChanged(nameof(Text20)); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public int ServerPort |
|
|
|
|
{ |
|
|
|
|
get { return _serverPort; } |
|
|
|
|