This commit is contained in:
dexyfex
2017-12-24 23:36:18 +11:00
Unverified
parent ad46bc816c
commit 3e15734b20
7 changed files with 87 additions and 12 deletions
+6
View File
@@ -2453,6 +2453,12 @@ namespace CodeWalker
BrowseForm f = new BrowseForm();
f.Show(this);
}
private void ToolsBinSearchMenu_Click(object sender, EventArgs e)
{
BinarySearchForm f = new BinarySearchForm(FileCache);
f.Show(this);
}
}