mirror of
https://github.com/chylex/Code-Statistics.git
synced 2025-06-12 02:34:04 +02:00
6 lines
168 B
C#
6 lines
168 B
C#
namespace CodeStatistics.Handling{
|
|
interface IFolderHandler : HandlerList.IWeightedEntry{
|
|
void Process(string folder, Variables.Root variables);
|
|
}
|
|
}
|