Make CMPWriter disposable, add empty classes

This commit is contained in:
Matt Nadareski
2020-06-14 14:16:03 -07:00
parent 4b9185b4f0
commit d60dcad323
6 changed files with 44 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SabreTools.Library.Readers
{
public class SeparatedValueReader
{
}
}