I have a mostly complete C# winform app (it is huge, so I can't really rewrite it from scratch), and I want to add an sdl.net window to it, so as to show some of what my app does in a complex graphical manner (the sdl.net window must in some way get steady flow of data from my app, so i can't just make another project).
The problem is how do I do it? Are there any common practices for this kind of thing? Or a tutorial where something similar is done?
In a nutshell, can I add sdl.net window to a C# winform app, and if so then how?