TVSorter.View.ListDialog.ListDialogLoad C# (CSharp) Method

ListDialogLoad() private method

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