change RadRichTextEditor's to RadTextBox
This commit is contained in:
@@ -39,11 +39,11 @@ namespace Pilz.Updating.Administration.GUI
|
||||
{
|
||||
get
|
||||
{
|
||||
return radRichTextEditor_Description.Text;
|
||||
return radTextBox_Description.Text;
|
||||
}
|
||||
set
|
||||
{
|
||||
radRichTextEditor_Description.Text = value ?? String.Empty;
|
||||
radTextBox_Description.Text = value ?? String.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user