TVSorter.View.ShowSearchDialog.CloseButtonClick C# (CSharp) Method

CloseButtonClick() private method

Handles the Close button being clicked.
private CloseButtonClick ( object sender, EventArgs e ) : void
sender object /// The sender of the event. ///
e System.EventArgs /// The arguments of the event. ///
return void
        private void CloseButtonClick(object sender, EventArgs e)
        {
            this.Close();
        }