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

  • 大小: 0.04M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2024-04-24
  • 語言: C#
  • 標簽: 五子棋??

資源簡介

C# 五子棋 游戲源碼

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Drawing;

namespace?WindowsFormsApplicationgobang
{
????class?BlackStone
????{
????????public?int?X
????????{
????????????set;
????????????get;
????????}
????????public?int?Y
????????{
????????????set;
????????????get;
????????}
????????public?void?DrawBlackStone(Graphics?g)
????????{
????????????using?(SolidBrush?brush?=?new?SolidBrush(Color.Black))
????????????{
????????????????g.FillEllipse(brush?X?-?10?Y?-?10?20?20);
????????????}
????????}
????}
}

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

?????文件??????11350??2010-09-13?19:55??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

?????文件???????6463??2010-09-13?19:55??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件???????7897??2010-09-10?16:00??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\ResolveAssemblyReference.cache

?????文件???????1494??2010-09-09?22:09??www.NewXing.com\WindowsFormsApplicationgobang\Properties\AssemblyInfo.cs

?????文件????????592??2010-09-10?17:36??www.NewXing.com\WindowsFormsApplicationgobang\BlackStone.cs

?????文件??????21959??2010-09-13?19:55??www.NewXing.com\WindowsFormsApplicationgobang\Form1.cs

?????文件???????3389??2010-09-12?22:52??www.NewXing.com\WindowsFormsApplicationgobang\Form1.Designer.cs

?????文件????????539??2010-09-12?22:49??www.NewXing.com\WindowsFormsApplicationgobang\panel1.cs

?????文件????????521??2010-09-09?22:09??www.NewXing.com\WindowsFormsApplicationgobang\Program.cs

?????文件???????2884??2010-09-09?22:09??www.NewXing.com\WindowsFormsApplicationgobang\Properties\Resources.Designer.cs

?????文件???????1112??2010-09-09?22:09??www.NewXing.com\WindowsFormsApplicationgobang\Properties\Settings.Designer.cs

?????文件????????593??2010-09-12?09:18??www.NewXing.com\WindowsFormsApplicationgobang\WhiteStone.cs

?????文件???????3886??2010-09-12?22:49??www.NewXing.com\WindowsFormsApplicationgobang\WindowsFormsApplicationgobang.csproj

?????文件??????16896??2010-09-13?19:55??www.NewXing.com\WindowsFormsApplicationgobang\bin\Debug\WindowsFormsApplicationgobang.exe

?????文件??????16896??2010-09-13?19:55??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\WindowsFormsApplicationgobang.exe

?????文件??????11600??2010-09-13?19:55??www.NewXing.com\WindowsFormsApplicationgobang\bin\Debug\WindowsFormsApplicationgobang.vshost.exe

?????文件????????490??2010-03-17?22:39??www.NewXing.com\WindowsFormsApplicationgobang\bin\Debug\WindowsFormsApplicationgobang.vshost.exe.manifest

?????文件??????48640??2010-09-13?19:55??www.NewXing.com\WindowsFormsApplicationgobang\bin\Debug\WindowsFormsApplicationgobang.pdb

?????文件??????48640??2010-09-13?19:55??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\WindowsFormsApplicationgobang.pdb

?????文件????????180??2010-09-13?13:05??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\WindowsFormsApplicationgobang.Form1.resources

?????文件????????180??2010-09-13?13:05??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\WindowsFormsApplicationgobang.Properties.Resources.resources

?????文件???????5817??2010-09-12?22:52??www.NewXing.com\WindowsFormsApplicationgobang\Form1.resx

?????文件???????5612??2010-09-09?22:09??www.NewXing.com\WindowsFormsApplicationgobang\Properties\Resources.resx

?????文件????????249??2010-09-09?22:09??www.NewXing.com\WindowsFormsApplicationgobang\Properties\Settings.settings

?????文件????????929??2010-09-09?22:09??www.NewXing.com\WindowsFormsApplicationgobang.sln

????..A..H.?????30720??2010-09-13?20:35??www.NewXing.com\WindowsFormsApplicationgobang.suo

?????文件???????1026??2010-09-13?13:05??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\GenerateResource.read.1.tlog

?????文件???????2426??2010-09-13?13:05??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\GenerateResource.write.1.tlog

?????文件???????2945??2010-09-13?19:55??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\WindowsFormsApplicationgobang.csproj.FileListAbsolute.txt

?????目錄??????????0??2010-09-26?08:17??www.NewXing.com\WindowsFormsApplicationgobang\obj\x86\Debug\TempPE

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

評論

共有 條評論