masterfy

 

2009年6月11日

WPF设置浏览器页面标题

摘要: //MainPage.xaml.cs的代码 public partial class MainPage : Page { public MainPage() { InitializeComponent(); } private void Page_Loaded(object sender, RoutedEventArgs e) { //设置浏览器页面标题 this.WindowTitle = Co... 阅读全文

posted @ 2009-06-11 11:21 masterfy 阅读(360) 评论(0) 推荐(0)

导航