From 3d7f75eea3465a34b443cf90d0affe5a637faf5d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 26 Oct 2016 15:29:56 -0400 Subject: more steps to make provider project portable --- DvdLib/Ifo/Program.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 DvdLib/Ifo/Program.cs (limited to 'DvdLib/Ifo/Program.cs') diff --git a/DvdLib/Ifo/Program.cs b/DvdLib/Ifo/Program.cs new file mode 100644 index 000000000..48870d9dd --- /dev/null +++ b/DvdLib/Ifo/Program.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace DvdLib.Ifo +{ + public class Program + { + public readonly List Cells; + + public Program(List cells) + { + Cells = cells; + } + } +} -- cgit v1.2.3