Пример #1
0
 private FREObject GoBack(FREContext ctx, uint argc, FREObject[] argv)
 {
     _view.Back();
     return(FREObject.Zero);
 }