ARCed.Scintilla.ScintillaHelperBase.scintilla_Load C# (CSharp) 메소드

scintilla_Load() 개인적인 메소드

private scintilla_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void scintilla_Load(object sender, EventArgs e)
        {
            this.Initialize();
        }