Updated the Main form to include subtitles in the details pane. Minor tweaks to the serializer engine. Focus my shift from this to FNRenamer from here.

This commit is contained in:
2017-09-04 21:20:31 -05:00
parent 03308e68b2
commit 646ea08f3e
7 changed files with 133 additions and 66 deletions
+14
View File
@@ -0,0 +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;
}
}