OdessaPCTestHelpers.FindDarkFramesHelper.AddInputFile C# (CSharp) Method

AddInputFile() private method

private AddInputFile ( FileInfo fi ) : void
fi System.IO.FileInfo
return void
        private void AddInputFile(FileInfo fi)
        {
            // if (fi.Exists) // TODO: uncomment this so we figure out which test videos we lost and need to recreate
            AvailableFiles.Add(fi.Name, fi);
        }