Creates a new windows forms window implementation.
| C# |
public IWindowImplementation CreateWindowImplementation( PresentationParameters pp, string title, bool isPrimaryWindow )
- pp (PresentationParameters)
- Presentation parameters
- title (String)
- Title of the window
- isPrimaryWindow (Boolean)
- If true, a window with a Form is returned, otherwise a window with a Control is returned
The created window implementation
Assembly: Tesla.Windows (Module: Tesla.Windows) Version: 0.5.0.0 (0.5.0.0)