コード例 #1
0
 public ActionResult TurnClockwise()
 {
     _navigator.AddNavigationCommand(new TurnClockwise());
     return(Ok());
 }