sequence editor actually works for editing
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user