public override void Connect(DrawingSurfaceRuntimeHost host)
 {
     _host = host;
     _surfaceUpdateHandler.Connect(host);
 }
Beispiel #2
0
 public override void Connect(DrawingSurfaceRuntimeHost host, Device device)
 {
     _surfaceUpdateHandler.Connect(host);
 }