资源简介
一款非常好玩的益智游戏,c#编写,结构非常典型...分装继承多态于一体
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _2048
{
public partial class _2048messageBox : Form
{
public _2048messageBox()
{
InitializeComponent();
}
public string a { get; set; }
public string b { get; set; }
private void _2048messageBox_Load(object sender EventArgs e)
{
label1.Text = a;
textBox1.Text = b;
this.TopLevel = true;
}
public void b_add(string x)
{
textBox1.AppendText(x);
}
private void _2048messageBox_MouseClick(object sender MouseEventArgs e)
{
this.Close();
}
private void _2048messageBox_KeyDown(object sender KeyEventArgs e)
{
if (e.KeyCode == Keys.Enter)
this.Close();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-07-25 14:59 C#2048源码\
目录 0 2014-06-04 21:48 C#2048源码\2048\
目录 0 2014-06-05 22:12 C#2048源码\2048\2048\
文件 854 2014-06-02 19:06 C#2048源码\2048\2048.sln
文件 35840 2014-06-05 22:13 C#2048源码\2048\2048.suo
文件 6214 2014-06-05 22:12 C#2048源码\2048\2048\2048.csproj
文件 452 2014-06-05 22:12 C#2048源码\2048\2048\2048.csproj.user
文件 67646 2014-06-05 12:00 C#2048源码\2048\2048\2048.ico
文件 1050 2014-06-05 21:34 C#2048源码\2048\2048\2048messageBox.cs
文件 4979 2014-06-05 21:34 C#2048源码\2048\2048\2048messageBox.designer.cs
文件 5817 2014-06-05 21:34 C#2048源码\2048\2048\2048messageBox.resx
目录 0 2014-06-04 21:48 C#2048源码\2048\2048\bin\
目录 0 2014-06-05 22:11 C#2048源码\2048\2048\bin\Debug\
文件 163840 2014-06-05 22:12 C#2048源码\2048\2048\bin\Debug\2048.exe
文件 56832 2014-06-05 22:12 C#2048源码\2048\2048\bin\Debug\2048.pdb
文件 11600 2014-06-05 22:12 C#2048源码\2048\2048\bin\Debug\2048.vshost.exe
文件 490 2010-03-17 22:39 C#2048源码\2048\2048\bin\Debug\2048.vshost.exe.manifest
目录 0 2014-06-02 19:06 C#2048源码\2048\2048\bin\Release\
文件 13283 2014-06-05 22:11 C#2048源码\2048\2048\Class1.cs
文件 12239 2014-06-05 22:11 C#2048源码\2048\2048\Form1.cs
文件 8145 2014-06-05 21:30 C#2048源码\2048\2048\Form1.Designer.cs
文件 107589 2014-06-05 21:30 C#2048源码\2048\2048\Form1.resx
文件 638 2014-06-05 13:43 C#2048源码\2048\2048\Game_Over.cs
文件 8471 2014-06-05 13:37 C#2048源码\2048\2048\Game_Over.designer.cs
文件 5817 2014-06-05 13:37 C#2048源码\2048\2048\Game_Over.resx
目录 0 2014-06-04 21:48 C#2048源码\2048\2048\obj\
目录 0 2014-06-04 21:48 C#2048源码\2048\2048\obj\x86\
目录 0 2014-06-05 22:12 C#2048源码\2048\2048\obj\x86\Debug\
文件 774 2014-06-05 22:12 C#2048源码\2048\2048\obj\x86\Debug\2048.csproj.FileListAbsolute.txt
文件 163840 2014-06-05 22:12 C#2048源码\2048\2048\obj\x86\Debug\2048.exe
文件 56832 2014-06-05 22:12 C#2048源码\2048\2048\obj\x86\Debug\2048.pdb
............此处省略17个文件信息
- 上一篇:简单CIP通信实现.rar
- 下一篇:Unity项目对齐地面功能
相关资源
- C#开发大全提高卷ISO镜像
- c#日期推算
- C#调用OpenCV开发简易版美图工具
- C#中隐式运行CMD命令行窗口的方法
- C#使用post发送和接收数据的方法
- C#程序优化-有效减少CPU占用率
- c# asp.net webform web页面打印可以控制需
- c#无句柄UI 思路
- AE二次开发C#程序
- 根据汉字自动生成助记码
- c#win7资源管理器
- Excel 中创建多个保存的Sheet
- C# Sftp上传文件 DiffieHellman.dll org.ment
- C#编写的道闸程序
- c#调用EXCEL宏及操作类
- C#实现本地文件保存到另一台电脑的代
-
wince下的C#读取xm
l文件 - C# 倒计时可实现输入XX分XX秒的倒计时
- C#编写的QQ简单界面源代码
- C# 读取 bin 文件
- C#直接读写西门子PLC类库——S7.net
- Unity5实战使用C#和Unity开发多平台游戏
- 客户订单管理系统源代码+数据库
- kalman卡尔曼滤波C#源代码
- C# 获取大量文件名
- c#打开pos钱箱usb,lpt端口testprint
- C#飞机大战
- C#串口获取GPS信息
- c#编写串口通讯代码 多线程实现
- c#窗体应用程序实现数据库增删改查
评论
共有 条评论