Files
mkv-prop-test/MKVTest/MkvSegmentInformation.cs
2021-01-21 14:27:11 -06:00

14 lines
228 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MKVTest
{
class MkvSegmentInformation
{
public string Title;
}
}