removing sequences works

This commit is contained in:
Chris Forbes
2009-10-28 22:15:08 +13:00
parent 8a571c4bab
commit 3bd46a4dcb
9 changed files with 415 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ namespace SequenceEditor
public static Palette Pal;
public static Dictionary<string, Sequence> Sequences = new Dictionary<string, Sequence>();
static Bitmap[] LoadAndResolve( string shp )
public static Bitmap[] LoadAndResolve( string shp )
{
var reader = new ShpReader(FileSystem.Open(shp + ".shp"));
return reader.Select(ih =>