Пример #1
0
 public void UpdateUsingsInText()
 {
     SortUsings();
     Text = new Librarian(UsingBlock).Replace(Text, string.Concat(Usings));
 }