コード例 #1
0
        public void Background(string background, string title, int line)
        {
            var lineInFile = new LineInFile(line);

            listener.Background(new Token(background.Trim(), lineInFile), new Token(title, lineInFile));
        }