RadioDld.Main.ButtonDownloads_Click C# (CSharp) Method

ButtonDownloads_Click() private method

private ButtonDownloads_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void ButtonDownloads_Click(object sender, EventArgs e)
        {
            this.view.SetView(ViewState.MainTab.Downloads, ViewState.View.Downloads);
        }
Main