• 大小: 19.81M
    文件类型: .rar
    金币: 2
    下载: 2 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  微信  登录  扫码  

资源简介

C#微信扫码登录

代码片段和文件信息

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

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

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

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

     文件          0  2017-11-09 09:05  C#版微信\C# 版微信源代码\C# winform 版微信源代码.txt

     文件       6802  2016-11-30 13:35  C#版微信\C# 版微信源代码\WeChatAPP.sln

    ..A..H.    243712  2017-04-26 10:42  C#版微信\C# 版微信源代码\WeChatAPP.suo

     文件        144  2016-11-07 17:25  C#版微信\C# 版微信源代码\WeChat_Desktop_App\app.config

     文件     862208  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\CFLite.dll

     文件   13911552  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\icudt40.dll

     文件    1245184  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\icuin40.dll

     文件    1079296  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\icuuc40.dll

     文件    1059328  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\javascriptCore.dll

     文件     225280  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\libcurl.dll

     文件    1017344  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\libeay32.dll

     文件      61952  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\libexslt.dll

     文件    1919488  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\libxml2.dll

     文件     170496  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\libxslt.dll

     文件        758  2017-09-27 16:25  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\Log\WeChatLogFile\Error\20170927.txt

     文件        379  2017-09-28 12:45  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\Log\WeChatLogFile\Error\20170928.txt

     文件     429056  2016-11-03 16:45  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\Newtonsoft.Json.dll

     文件     121344  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\objc.dll

     文件      49664  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\pthreadVC2.dll

     文件     412160  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\SQLite3.dll

     文件     200704  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\ssleay32.dll

     文件      22344  2010-03-19 03:11  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\stdole.dll

     文件    8002048  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\WebKit.dll

     文件     131072  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\WebKit.Interop.dll

     文件      96256  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\WebKitBrowser.dll

     文件      29655  2015-10-30 02:59  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\WebKitBrowser.dll.manifest

     文件     248320  2017-09-28 16:23  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.exe

     文件        144  2016-11-07 17:25  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.exe.config

     文件     208384  2017-09-28 16:23  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.pdb

     文件      22696  2017-09-28 16:23  C#版微信\C# 版微信源代码\WeChat_Desktop_App\bin\Debug\WeChat_Desktop_App.vshost.exe

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

评论

共有 条评论