Hi I just began playing around with sfml .net and want to do the same
with OpenTK
Just make a new OpenTK.GameWindow()
before making af SFML.Window()
example :
var game = new OpenTK.GameWindow()
var win = new Window(new Window.VideoMode(width,height),"Test")
it should work, for now