Exemplo n.º 1
0
 internal void InvokeScreenshotEvent(ScreenshotEvent arg)
 {
     ScreenshotEvent?.Invoke(this, arg);
 }
Exemplo n.º 2
0
 public Task <ScreenshotEvent> CreateScreenshotEvent(ScreenshotEvent screenshotEvent)
 {
     return(_connection.InvokeAsync <ScreenshotEvent>("CreateScreenshotEvent", screenshotEvent));
 }
Exemplo n.º 3
0
 internal void InvokeScreenshotEvent(ScreenshotEvent arg) => ScreenshotEvent?.Invoke(null, arg);