Beispiel #1
0
 public override void WillRotate(UIInterfaceOrientation toInterfaceOrientation, double duration)
 {
     SetRightBarButtons(false);
     if (AppGlobal.CollectionsViewInListMode)
     {
         _listView.WillRotate(toInterfaceOrientation, duration);
     }
     else
     {
         _galleryView.WillRotate(toInterfaceOrientation, duration);
     }
 }