Ejemplo n.º 1
0
 public void SetScreenDimensions(int height, int width)
 {
     oss.SetScreenDimensions(height, width);
 }
Ejemplo n.º 2
0
 public void SetScreenDimensions(int height, int width)
 {
     OpenSesameService.SetScreenDimensions(height, width);
 }