mirror of
https://github.com/chylex/Code-Statistics.git
synced 2025-08-18 20:24:59 +02:00
CodeStatistics
Collections
Data
Forms
Handling
General
Languages
Utils
HandlerList.cs
IFileHandler.cs
IFolderHandler.cs
Project.cs
Variables.cs
Input
Output
Properties
Resources
App.config
CodeStatistics.csproj
Program.cs
ProgramArguments.cs
ProgramConfiguration.cs
CodeStatisticsTests
.gitignore
CodeStatistics.sln
README.md
6 lines
168 B
C#
6 lines
168 B
C#
namespace CodeStatistics.Handling{
|
|
interface IFolderHandler : HandlerList.IWeightedEntry{
|
|
void Process(string folder, Variables.Root variables);
|
|
}
|
|
}
|