mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 11:16:29 +08:00
R28.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user