ScintillaNET.LineCollection.Show C# (CSharp) 메소드

Show() 개인적인 메소드

private Show ( int startLine, int endLine ) : void
startLine int
endLine int
리턴 void
        private void Show(int startLine, int endLine)
        {
            NativeScintilla.ShowLines(startLine, endLine);
        }