Exemple #1
0
 /// <summary>
 /// Adds the text to compiling string.
 /// </summary>
 /// <param name="textToAdd">Text to add.</param>
 public void AddTextToCompilingString(string textToAdd)
 {
     stringToCompile = CompilingHelper.AddTextToCompilingString(
         stringToCompile,
         textToAdd,
         blocksOnView,
         lastSelected
         );
 }