easy to add sequences now

This commit is contained in:
Chris Forbes
2009-10-28 22:35:28 +13:00
parent 3bd46a4dcb
commit 1c3b48de04
4 changed files with 70 additions and 4 deletions

View File

@@ -84,5 +84,7 @@ namespace SequenceEditor
? Program.Shps[shp].Length - start
: ((a == "") ? 1 : int.Parse(a));
}
public Sequence() { }
}
}