-
大小: 0.27M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2021-02-25
- 語言: C#
- 標(biāo)簽:
資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?System.Security.AccessControl;
using?System.Threading;
using?System.Runtime.InteropServices;
namespace?CommentHelper
{
????public?partial?class?MainForm?:?Form
????{
????????private?String[]?targetPaths;
????????private?String[]?comment;
????????private?String[]?commentStart?=?new?String[]?{?“#region?CopyRight“?“/**************************************************************“?};
????????private?String[]?commentEnd?=?new?String[]?{?“?**************************************************************/“?“#endregion?CopyRight“?““?};
????????private?bool?backUp?=?false;
????????BackgroundWorker?backgroundWorker;
????????public?MainForm()
????????{
????????????if?(Environment.Is64BitOperatingSystem)
????????????{
????????????????targetPaths?=?new?String[]?{?
??????????????????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????220672??2013-12-17?16:55??Bin\CommentHelper.exe
????I.A....??????2173??2013-07-09?10:21??CommentHelper\app.manifest
????I.A....??????3961??2013-12-17?16:56??CommentHelper\CommentHelper.csproj
????I.A....?????11645??2013-12-17?16:55??CommentHelper\MainForm.cs
????I.A....??????6306??2013-12-17?16:55??CommentHelper\MainForm.Designer.cs
????I.A....????156368??2013-12-17?16:55??CommentHelper\MainForm.resx
?????文件????????925??2013-12-17?16:47??CommentHelper\obj\x86\Release\CommentHelper.csproj.FileListAbsolute.txt
?????文件????????978??2013-12-17?16:55??CommentHelper\obj\x86\Release\CommentHelper.csproj.GenerateResource.Cache
?????文件???????7156??2013-12-17?16:43??CommentHelper\obj\x86\Release\CommentHelper.csprojResolveAssemblyReference.cache
?????文件?????220672??2013-12-17?16:55??CommentHelper\obj\x86\Release\CommentHelper.exe
?????文件?????100734??2013-12-17?16:55??CommentHelper\obj\x86\Release\CommentHelper.MainForm.resources
?????文件??????32256??2013-12-17?16:55??CommentHelper\obj\x86\Release\CommentHelper.pdb
?????文件????????180??2013-12-17?16:42??CommentHelper\obj\x86\Release\CommentHelper.Properties.Resources.resources
?????文件???????5420??2013-12-17?16:42??CommentHelper\obj\x86\Release\DesignTimeResolveAssemblyReferences.cache
?????文件???????6186??2013-12-17?16:56??CommentHelper\obj\x86\Release\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????4608??2013-12-17?16:35??CommentHelper\obj\x86\Release\TempPE\Properties.Resources.Designer.cs.dll
????I.A....??????1099??2011-09-13?12:44??CommentHelper\Program.cs
????I.A....??????1374??2013-03-18?10:33??CommentHelper\Properties\AssemblyInfo.cs
????I.A....??????2866??2013-03-18?10:35??CommentHelper\Properties\Resources.Designer.cs
????I.A....??????5612??2011-09-13?11:28??CommentHelper\Properties\Resources.resx
????I.A....??????1113??2013-03-18?10:35??CommentHelper\Properties\Settings.Designer.cs
????I.A....???????249??2011-09-13?11:28??CommentHelper\Properties\Settings.settings
????I.A....?????99678??2013-03-18?10:24??CommentHelper\QQ.ico
????I.A....???????728??2011-09-13?15:24??CommentHelper\StringExtension.cs
????I.A....???????771??2011-09-13?16:34??CommentHelper\TestClass.cs
????I.A....???????881??2011-09-13?11:28??CommentHelper.sln
?????目錄??????????0??2013-12-17?16:35??CommentHelper\obj\x86\Debug\TempPE
?????目錄??????????0??2013-12-17?16:35??CommentHelper\obj\x86\Release\TempPE
?????目錄??????????0??2013-12-17?16:35??CommentHelper\obj\x86\Debug
?????目錄??????????0??2013-12-17?16:55??CommentHelper\obj\x86\Release
............此處省略10個(gè)文件信息
- 上一篇:WpfBinding demo
- 下一篇:C#批量格式化文檔插件源碼
評論
共有 條評論