EKG_Project.IO.MITBIHConverter.ConvertFile C# (CSharp) Method

ConvertFile() public method

public ConvertFile ( string path ) : void
path string
return void
        public void ConvertFile(string path)
        {
            pathIn = path;
        }