BatchGuy.App.CreateEAC3ToBatchForm.btnOpenBatchFilePathDialog_Click C# (CSharp) Метод

btnOpenBatchFilePathDialog_Click() приватный Метод

private btnOpenBatchFilePathDialog_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void btnOpenBatchFilePathDialog_Click(object sender, EventArgs e)
        {
            try
            {
                this.HandleBtnOpenBatchFilePathDialogClick();
            }
            catch (Exception ex)
            {
                _displayErrorMessageService.DisplayError(new ErrorMessage() { DisplayMessage = "There was a problem opening the file path!", DisplayTitle = "Error.", Exception = ex, MethodNameWhereExceptionOccurred = MethodBase.GetCurrentMethod().Name });
            }
        }
CreateEAC3ToBatchForm