|
@@ -77,9 +77,9 @@ namespace PDF_Master.Views.BOTA
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+ TxbContent.Text = Regex.Replace(data.MarkupContent, "[\r\n]", " ");
|
|
|
TxbMarkupContent.Text = Regex.Replace(data.Content, "[\r\n]", " ");
|
|
|
- TxbMarkupContent.Text = "";
|
|
|
}
|
|
|
|
|
|
break;
|
|
@@ -153,8 +153,9 @@ namespace PDF_Master.Views.BOTA
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+ TxbContent.Text = Regex.Replace(data.MarkupContent, "[\r\n]", " ");
|
|
|
TxbMarkupContent.Text = Regex.Replace(data.Content, "[\r\n]", " ");
|
|
|
- TxbMarkupContent.Text = "";
|
|
|
}
|
|
|
|
|
|
#region to do
|
|
@@ -199,8 +200,10 @@ namespace PDF_Master.Views.BOTA
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+ TxbContent.Text = Regex.Replace(data.MarkupContent, "[\r\n]", " ");
|
|
|
TxbMarkupContent.Text = Regex.Replace(data.Content, "[\r\n]", " ");
|
|
|
- TxbMarkupContent.Text = "";
|
|
|
+
|
|
|
|
|
|
#region TO DO
|
|
|
|