easy to add sequences now
This commit is contained in:
@@ -20,7 +20,7 @@ namespace SequenceEditor
|
||||
|
||||
void toolStripButton1_Click(object sender, EventArgs e)
|
||||
{
|
||||
var shp = GetTextForm.GetString( "Add SHP..." );
|
||||
var shp = GetTextForm.GetString( "Add SHP...", "" );
|
||||
if (shp == null) return;
|
||||
Program.Shps.Add(shp, Program.LoadAndResolve(shp));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user