• 大小: 0.21M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 工具  

资源简介

刷票工具源代码

资源截图

代码片段和文件信息

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

namespace Register
{
    /// 
    /// Config类
    /// 

    public class Config
    {
        public string IniPath;
        private StringBuilder temp = new StringBuilder(128);
        [System.Runtime.InteropServices.DllImport(“kernel32“ CharSet = System.Runtime.InteropServices.CharSet.Ansi)]
        private static extern int WritePrivateProfileString(string section string key string val string filePath);
        [System.Runtime.InteropServices.DllImport(“kernel32“ CharSet = System.Runtime.InteropServices.CharSet.Ansi)]
        private static extern int GetPrivateProfileString(string section string key string def StringBuilder retVal int size string filePath)

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

     文件     221696  2011-08-12 16:57  bin\DuiLib.dll

     文件       1416  2011-10-01 07:57  Properties\AssemblyInfo.cs

     文件       2834  2011-10-01 07:57  Properties\Resources.Designer.cs

     文件       5817  2011-08-04 11:18  Properties\Resources.resx

     文件       1098  2011-10-01 07:57  Properties\Settings.Designer.cs

     文件        249  2011-01-28 14:46  Properties\Settings.settings

     文件       2154  2011-08-04 12:42  Config.cs

     文件      18325  2011-10-06 10:04  HttpClass.cs

     文件      65172  2011-04-05 18:08  Icon.ico

     文件       5130  2012-01-19 20:10  MainForm.cs

     文件       4932  2011-10-01 07:56  MainForm.Designer.cs

     文件     104062  2011-10-01 07:50  MainForm.resx

     文件        456  2011-08-04 11:51  Program.cs

     文件        822  2009-12-31 14:44  spin_right_down.bmp

     文件        853  2011-10-01 07:50  TEST.sln

    ..A..H.     70144  2012-01-13 21:22  TEST.suo

     文件       6080  2011-10-01 07:57  刷票.csproj

     文件        478  2011-05-21 08:06  刷票.csproj.user

     目录          0  2012-01-19 20:11  bin

     目录          0  2011-10-01 07:12  Properties

----------- ---------  ---------- -----  ----

               511718                    20


评论

共有 条评论