您的位置:首页 > 其它

第一天简单的生活

2012-03-06 18:38 197 查看
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
using Microsoft.Phone.Controls;

namespace Brahma_Initiative作业
{
public partial class MainPage : PhoneApplicationPage
{
// Constructor
public MainPage()
{
InitializeComponent();
}

private void button1_Click(object sender, RoutedEventArgs e)
{
string memebers ="";
memebers = textBox1.Text;

if (memebers == "4 8 15 16 23".ToString())
{
textBlock2.Text = "你成功的输入了密码:";
}
else
{
textBlock2.Text = "输入失败GAME OVER!!!!!!";

}

}
}
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: