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

ShowSearchDialogLoad() private method

Handles the dialog loading.
private ShowSearchDialogLoad ( object sender, EventArgs e ) : void
sender object /// The sender of the event. ///
e System.EventArgs /// The arguments of the event. ///
return void
        private void ShowSearchDialogLoad(object sender, EventArgs e)
        {
            this.controller.Initialise(this);
        }