Sorry that the README is not complete

This commit is contained in:
Mike Nolan 2022-05-19 21:08:13 -05:00
parent 9140c75f47
commit b667f1ddd2
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ using System.Diagnostics;
using System.IO; using System.IO;
using System; using System;
using System.IO.Compression; using System.IO.Compression;
/*
using System.Xml; using System.Xml;
using System.Xml.Linq; using System.Xml.Linq;
*/
public class TimelapsePack public class TimelapsePack
{ {
@ -22,7 +22,7 @@ public class TimelapsePack
string? outType=""; string? outType="";
bool containsRef=false; bool containsRef=false;
/*
XmlReader reader = XmlReader.Create(fname); XmlReader reader = XmlReader.Create(fname);
XElement el = XElement.Load(reader); XElement el = XElement.Load(reader);
reader.Close(); reader.Close();
@ -77,7 +77,7 @@ public class TimelapsePack
} }
} }
*/
if(!string.IsNullOrWhiteSpace(outType) && outType == "Library" && containsRef) if(!string.IsNullOrWhiteSpace(outType) && outType == "Library" && containsRef)
{ {
//build the library //build the library