(string path)
| 135 | } |
| 136 | |
| 137 | private void LoadNamespaces(string path) |
| 138 | { |
| 139 | _namespaces = Reflector.GetNamespaces(path, null).OrderBy((s) => s); |
| 140 | FilterNamespaces(); |
| 141 | } |
| 142 | |
| 143 | private void cmdOpenFile_Click(object sender, EventArgs e) |
| 144 | { |
nothing calls this directly
no test coverage detected