• 大小: 883.7 KB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-07-28
  • 语言: C#
  • 标签: c#  游戏  源码  连连看  

资源简介

学习C#的好资料。程序包括源代码和编译后的exe文件,可直接运行。 vs2005下编译通过。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace LLSee
{
    public partial class About : Form
    {
        public About()
        {
            InitializeComponent();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        330  2007-09-05 17:49  LLSee\LLSee\About.cs

     文件       1399  2007-09-05 17:49  LLSee\LLSee\About.Designer.cs

     文件       5814  2007-09-05 17:49  LLSee\LLSee\About.resx

     文件        694  2007-09-05 15:36  LLSee\LLSee\Action\Line.cs

     文件       5346  2007-09-05 15:39  LLSee\LLSee\Action\LineManager.cs

     文件      19148  2007-09-05 15:38  LLSee\LLSee\Action\TestPath.cs

     文件          5  2007-09-06 10:02  LLSee\LLSee\bin\Debug\config.inf

     文件       4342  2005-06-02 13:59  LLSee\LLSee\bin\Debug\Images\1.bmp

     文件       4342  2005-06-02 13:59  LLSee\LLSee\bin\Debug\Images\10.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\10_L1.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\10_L2.bmp

     文件       4342  2005-06-02 13:59  LLSee\LLSee\bin\Debug\Images\11.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\11_L1.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\11_L2.bmp

     文件       4342  2005-06-02 13:59  LLSee\LLSee\bin\Debug\Images\12.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\12_L1.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\12_L2.bmp

     文件       4342  2005-06-02 13:59  LLSee\LLSee\bin\Debug\Images\13.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\13_L1.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\13_L2.bmp

     文件       4342  2005-06-02 13:59  LLSee\LLSee\bin\Debug\Images\14.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\14_L1.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\14_L2.bmp

     文件       4342  2005-06-02 13:59  LLSee\LLSee\bin\Debug\Images\15.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\15_L1.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\15_L2.bmp

     文件       4342  2005-06-02 13:59  LLSee\LLSee\bin\Debug\Images\16.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\16_L1.bmp

     文件       3318  2006-07-30 11:04  LLSee\LLSee\bin\Debug\Images\16_L2.bmp

     文件       4342  2005-06-02 13:59  LLSee\LLSee\bin\Debug\Images\17.bmp

............此处省略182个文件信息

评论

共有 条评论