EKG_Project.GUI.AnalysisControl.checkPlayButton C# (CSharp) Method

checkPlayButton() private method

private checkPlayButton ( ) : void
return void
        private void checkPlayButton()
        {
            startAnalyseButton.IsEnabled = File.Exists(inputFilePath) && Directory.Exists(Path.GetDirectoryName(outputPdfPath));
        }