예제 #1
0
 public void OnScreenshot()
 {
     Screenshot.Create((Screenshot popup) => {
         popup.TargetView = _view;
     });
 }