摘要: 推送通知服务参考:http://msdn.microsoft.com/en-us/library/ff402558(v=vs.92).aspxhttp://msdn.microsoft.com/zh-cn/hh202967 string toastMessage = "" + "" + "" + "通知" + "" + msg + "" + ... 阅读全文
posted @ 2012-05-08 15:59 博琼 阅读(213) 评论(0) 推荐(0)
摘要: xaml: <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0"> <ScrollViewer HorizontalScrollBarVisibility="Visible"> <TextBox x:Name="txtDevice" Height="684" /> </ScrollViewer> </Grid>C#: void GetDeviceInf 阅读全文
posted @ 2012-05-08 12:58 博琼 阅读(292) 评论(0) 推荐(0)