| 19 | ) |
| 20 | |
| 21 | type DcomShellBrowserWindow struct { |
| 22 | Dispatch |
| 23 | WorkingDirectory string |
| 24 | WindowState string |
| 25 | } |
| 26 | |
| 27 | // Init will initialize the ShellBrowserWindow instance |
| 28 | func (m *DcomShellBrowserWindow) Init(ctx context.Context) (err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected