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

SetToolTips() private méthode

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