Пример #1
0
 public ChoIniCommentNode CreateComment(string comment, char commentChar)
 {
     return(_iniDocument.CreateComment(comment, commentChar));
 }