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
+15 -15
View File
@@ -1,15 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MKVTest
{
class XmlTag
{
public string Name;
public string Value;
public int Depth;
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MKVTest
{
class XmlTag
{
public string Name;
public string Value;
public int Depth;
}
}