sequence editor actually works for editing

This commit is contained in:
Chris Forbes
2009-10-28 22:52:46 +13:00
parent 1c3b48de04
commit 048f48eeb1
4 changed files with 424 additions and 426 deletions

View File

@@ -24,5 +24,10 @@ namespace SequenceEditor
if (shp == null) return;
Program.Shps.Add(shp, Program.LoadAndResolve(shp));
}
void toolStripButton2_Click(object sender, EventArgs e)
{
Program.Save();
}
}
}