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

  • 大小: 1.23M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: 游戲??連連看??小游戲??

資源簡介


資源截圖

代碼片段和文件信息

using?System;
using?System.Collections;
using?System.Drawing;
using?System.Threading;
using?System.Windows.Forms;

//ArrayList命名空間

namespace?連連看
{
????public?partial?class?Form1?:?Form
????{
????????#region?linkType?enum

????????public?enum?linkType
????????{
????????????LineType
????????????OneCornerType
????????????TwoCornerType
????????};

????????#endregion

????????private?readonly?int[]?m_map?=?new?int[4*4];
????????private?int?BLANK_STATE?=?-1;

????????private?int?GameSize?=?4;?//布局大小即行列數
????????private?linkType?LType;?//連通方式
????????private?bool?Select_first;?//是否已經選中第一塊
????????private?Bitmap?Source;?//所有動物圖案的圖片
????????private?int?W?=?50;?//動物方塊圖案的寬度
????????private?int?m_nCol?=?4;
????????private?int?m_nRow?=?4;
????????private?int?x1;?//被選

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????..A..H.?????45568??2018-04-22?16:29??連連看\.vs\連連看\v15\.suo

?????文件?????618496??2018-04-22?16:29??連連看\.vs\連連看\v15\sqlite3\storage.ide

?????文件?????894464??2018-04-22?16:29??連連看\bin\Debug\連連看.exe

?????文件???????1094??2018-04-18?20:44??連連看\bin\Debug\連連看.lnk

?????文件??????99840??2018-04-22?16:29??連連看\bin\Debug\連連看.pdb

?????文件??????11608??2012-08-20?07:30??連連看\bin\Debug\連連看.vshost.exe

?????文件????????490??2010-03-17?22:39??連連看\bin\Debug\連連看.vshost.exe.manifest

?????文件??????25552??2018-04-22?15:33??連連看\Form1.cs

?????文件???????3441??2018-04-22?15:25??連連看\Form1.Designer.cs

?????文件?????411712??2018-04-22?15:25??連連看\Form1.resx

?????文件??????25551??2018-04-22?16:03??連連看\Form2.cs

?????文件???????3473??2018-04-22?15:27??連連看\Form2.Designer.cs

?????文件?????411712??2018-04-22?15:27??連連看\Form2.resx

?????文件??????25551??2018-04-22?16:04??連連看\Form3.cs

?????文件???????3249??2018-04-22?15:27??連連看\Form3.Designer.cs

?????文件???????5814??2018-04-22?15:27??連連看\Form3.resx

?????文件??????25539??2018-04-22?16:29??連連看\Form4.cs

?????文件???????3249??2018-04-22?15:27??連連看\Form4.Designer.cs

?????文件???????5814??2018-04-22?15:27??連連看\Form4.resx

?????文件????????460??2018-04-22?15:44??連連看\Form5.cs

?????文件???????3027??2018-04-22?15:44??連連看\Form5.Designer.cs

?????文件???????5817??2018-04-22?15:44??連連看\Form5.resx

?????文件???????1230??2018-04-22?15:18??連連看\obj\Debug\DesignTimeResolveAssemblyReferences.cache

?????文件???????6062??2018-04-22?16:07??連連看\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件???????3584??2018-04-22?15:42??連連看\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????文件?????????42??2018-04-22?15:36??連連看\obj\Debug\連連看.csproj.CoreCompileInputs.cache

?????文件???????1461??2018-04-22?16:01??連連看\obj\Debug\連連看.csproj.FileListAbsolute.txt

?????文件???????1110??2018-04-22?16:07??連連看\obj\Debug\連連看.csproj.GenerateResource.Cache

?????文件???????1340??2018-04-22?15:17??連連看\obj\Debug\連連看.csprojResolveAssemblyReference.cache

?????文件?????894464??2018-04-22?16:29??連連看\obj\Debug\連連看.exe

............此處省略47個文件信息

評論

共有 條評論