BatchGuy.App.CreateX264BatchFileForm.SetToolTips C# (CSharp) 메소드

SetToolTips() 개인적인 메소드

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