Example #1
0
 public bool NextFrame(AppWindowFrameExecutionHandler run)
 {
     return NextFrame() && run(this);
 }
Example #2
0
 public bool NextFrame(AppWindowFrameExecutionHandler run)
 {
     return(NextFrame() && run(this));
 }