第二天4创建新button
摘要:
using System.Windows;using System.Windows.Controls;using Microsoft.Phone.Controls;namespace _3._1{ public partial class MainPage : PhoneApplicationPage { // Constructor public MainPage() { InitializeComponent(); } private void button1_Click(object sender, RoutedEventArgs e) { Button mynewbutton = ne 阅读全文
posted @ 2012-03-10 19:55 tofq 阅读(157) 评论(0) 推荐(0)
浙公网安备 33010602011771号