弹来弹去跑马灯!

摘要: 准备4张图片 UI control: code: 调用: void MainWindow_Loaded(object sender, RoutedEventArgs e) { gridMain.Children.Insert(0, new MainBgAd()); } 阅读全文
posted @ 2018-06-15 16:42 wgscd 阅读(453) 评论(1) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; u... 阅读全文
posted @ 2018-06-15 15:19 wgscd 阅读(1007) 评论(0) 推荐(0)