Alsing.Windows.Forms.SyntaxBox.GotoLineForm.GotoLine_Closing C# (CSharp) Method

GotoLine_Closing() private method

private GotoLine_Closing ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void
        private void GotoLine_Closing(object sender,
                                      CancelEventArgs e)
        {
            //e.Cancel =true;
            //this.Hide ();
        }