BatchGuy.App.CreateEAC3ToBatchForm.CreateEAC3ToBatchForm C# (CSharp) Method

CreateEAC3ToBatchForm() public method

public CreateEAC3ToBatchForm ( ) : System
return System
        public CreateEAC3ToBatchForm()
        {
            InitializeComponent();
            lblEac3ToDirectoryOutputCaption.Text = @"Files will be extracted to: eac3to_Output_Directory\episode##";
            this.SetToolTips();
        }
CreateEAC3ToBatchForm