Delegate Router
- Namespace
- Whim
- Assembly
- Whim.dll
Delegate which is called to route a IWindow.
public delegate IWorkspace? Router(IWindow window)
Parameters
window
IWindow- Delegate which is called to route a .
Returns
- IWorkspace
- Delegate which is called to route a .