• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 多线程  线程  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace MutilThreadDemo
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new UI.Form1());
        }
    }
}

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

     文件        918  2011-03-10 17:17  MutilThreadDemo.sln

    ..A..H.     11264  2011-03-10 17:18  MutilThreadDemo.suo

     文件        477  2011-03-10 15:37  Program.cs

     文件      28672  2011-03-10 17:17  bin\Debug\MutilThreadDemo.exe

     文件        437  2011-03-10 16:32  bin\Debug\MutilThreadDemo.exe.config

     文件      30208  2011-03-10 17:17  bin\Debug\MutilThreadDemo.pdb

     文件       5632  2005-12-08 14:51  bin\Debug\MutilThreadDemo.vshost.exe

     文件        437  2011-03-10 16:32  bin\Debug\MutilThreadDemo.vshost.exe.config

     文件        845  2011-03-10 16:45  obj\Debug\MutilThreadDemo.csproj.GenerateResource.Cache

     文件      28672  2011-03-10 17:17  obj\Debug\MutilThreadDemo.exe

     文件      30208  2011-03-10 17:17  obj\Debug\MutilThreadDemo.pdb

     文件        180  2011-03-10 16:45  obj\Debug\MutilThreadDemo.Properties.Resources.resources

     文件       2032  2011-03-10 16:45  obj\Debug\MutilThreadDemo.UI.Form1.resources

     文件       4608  2011-03-10 15:38  obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1472  2011-03-10 17:18  obj\MutilThreadDemo.csproj.FileListAbsolute.txt

     文件       1202  2011-03-10 15:33  Properties\AssemblyInfo.cs

     文件       2854  2011-03-10 15:38  Properties\Resources.Designer.cs

     文件       5612  2011-03-10 15:33  Properties\Resources.resx

     文件       1113  2011-03-10 15:38  Properties\Settings.Designer.cs

     文件        249  2011-03-10 15:33  Properties\Settings.settings

     文件       5206  2011-03-10 17:15  UI\Form1.cs

     文件      10653  2011-03-10 16:20  UI\Form1.Designer.cs

     文件       9041  2011-03-10 16:20  UI\Form1.resx

     文件        437  2011-03-10 16:32  App.config

     文件       3281  2011-03-10 17:17  MutilThreadDemo.csproj

     文件        168  2011-03-10 15:37  MutilThreadDemo.csproj.user

     目录          0  2011-03-10 16:01  obj\Debug\Refactor

     目录          0  2011-03-10 15:38  obj\Debug\TempPE

     目录          0  2011-03-10 16:45  bin\Debug

     目录          0  2011-03-10 17:17  obj\Debug

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

评论

共有 条评论