BatchGuy.App.CreateX264BatchFileForm.SetToolTips C# (CSharp) Method

SetToolTips() private method

private SetToolTips ( ) : void
return void
        private void SetToolTips()
        {
            new ToolTip().SetToolTip(txtX264BatchFileOutputDirectory, "Directory where the x264 batch file will be saved");
        }
CreateX264BatchFileForm