Beispiel #1
0
 private void CtrlScreenshotView_RequestScreenshots(object sender, RequestScreenshotsEventArgs e)
 {
     if (this.RequestScreenshots != null)
     {
         this.RequestScreenshots(this, e);
     }
 }
Beispiel #2
0
 private void CtrlScreenshotView_RequestScreenshots(object sender, RequestScreenshotsEventArgs e)
 {
     RequestScreenshots?.Invoke(this, e);
 }