BatchGuy.App.CreateX264BatchFileForm.btnOpenX264BatchFileOutputDialog_Click C# (CSharp) Méthode

btnOpenX264BatchFileOutputDialog_Click() private méthode

private btnOpenX264BatchFileOutputDialog_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void btnOpenX264BatchFileOutputDialog_Click(object sender, EventArgs e)
        {
            try
            {
                this.HandleBtnOpenX264BatchFileOutputDialogClick();
            }
            catch (Exception ex)
            {
                _displayErrorMessageService.DisplayError(new ErrorMessage() { DisplayMessage = "There was a problem opening up the file path!", DisplayTitle = "Error.", Exception = ex, MethodNameWhereExceptionOccurred = MethodBase.GetCurrentMethod().Name });
            }
        }
CreateX264BatchFileForm