Closed lukaseckert closed 7 years ago
Paste as Literal String in C#:
This becomes:
The line breaks seems to cause an issue here. A "" + is missing before Environment.NewLine
"" +
Paste as Literal String in C#:
This becomes:
The line breaks seems to cause an issue here. A
"" +
is missing before Environment.NewLine