摘要: public partial class Page1 : PhoneApplicationPage { public Page1() { InitializeComponent(); this.SupportedOrientations = SupportedPageOrientation.PortraitOrLandscape;// 这句话很重要 OrientationChanged += new EventHandler<OrientationChangedEventArgs>(Page1_OrientationChanged); }//改变屏幕事件 void Page1_Or 阅读全文
posted @ 2012-03-24 21:17 walleyekneel 阅读(160) 评论(0) 推荐(0) 编辑