Kingly
天下风云出我辈,一入江湖岁月催。皇图霸业谈笑中,不胜人生一场醉。
posts - 55,comments - 15,trackbacks - 0

<phone:PhoneApplicationPage.ApplicationBar>
  <shell:ApplicationBar IsVisible="True">
    <shell:ApplicationBarIconButton IconUri="/Images/appbar_button1.png" Text="Won't work" Click="ApplicationBarIconButton_Click" />
  </shell:ApplicationBar>
</phone:PhoneApplicationPage.ApplicationBar>
private void ApplicationBarIconButton_Click(object sender, EventArgs e)
  {
    MessageBox.Show("This messagebox won't show!");
  }

posted on 2011-10-13 14:06 Kingly 阅读(7) 评论(0) 编辑 收藏