Initial commit

This commit is contained in:
2021-01-21 14:27:11 -06:00
parent 51ab989cb8
commit fe0d9ab0e4
25 changed files with 1971 additions and 1964 deletions
+14 -14
View File
@@ -1,14 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MKVTest
{
class MkvAttribute
{
public string Name;
public string Value;
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MKVTest
{
class MkvAttribute
{
public string Name;
public string Value;
}
}