..
This commit is contained in:
@@ -154,5 +154,13 @@ namespace Project.Dialog
|
||||
{
|
||||
PUB.SystemReboot(5,true);
|
||||
}
|
||||
|
||||
private void button1_Click_1(object sender, EventArgs e)
|
||||
{
|
||||
//mapeditor
|
||||
var fn = new System.IO.FileInfo(@".\test\AGVMapEditor.exe");
|
||||
if (fn.Exists == false) return;
|
||||
UTIL.RunExplorer(fn.FullName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user