JoelSpadin.BraceCompleter.BraceCompleterOptionsPage.OnApply C# (CSharp) 메소드

OnApply() 보호된 메소드

protected OnApply ( Microsoft.VisualStudio.Shell.DialogPage e ) : void
e Microsoft.VisualStudio.Shell.DialogPage
리턴 void
        protected override void OnApply(DialogPage.PageApplyEventArgs e)
        {
            // increment the options version
            Utils.OptionsVersion++;
            base.OnApply(e);
        }