91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 212KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-15
  • 語言: C#
  • 標簽: c#??

資源簡介

一款非常好玩的益智游戲,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個文件信息

評論

共有 條評論